#!/bin/bash #PBS -N SIMS #PBS -l nodes=wcl-1:ppn=32+wcl-6:ppn=32 #PBS -u fangyuedong ###PBS -j oe cd $PBS_O_WORKDIR NP=32 date echo $NP # mpirun -np $NP python /public/home/fangyuedong/test/CSST/run_sim.py config_NGP.yaml -c /public/home/fangyuedong/test/CSST/config mpirun -np $NP python3 /share/home/fangyuedong/csst-simulation/run_sim.py config_NGP_dev.yaml -c /share/home/fangyuedong/csst-simulation/config