run_NGP.pbs 416 Bytes
Newer Older
1
2
3
#!/bin/bash

#PBS -N SIMS
4
#PBS -l nodes=wcl-1:ppn=32+wcl-6:ppn=32
5
#PBS -u fangyuedong
6
###PBS -j oe
7

8
9
10
cd $PBS_O_WORKDIR

NP=32
11
12
13
date
echo $NP

14
# mpirun -np $NP python /public/home/fangyuedong/test/CSST/run_sim.py config_NGP.yaml -c /public/home/fangyuedong/test/CSST/config
15
16
mpirun -np $NP python3 /share/home/fangyuedong/csst-simulation/run_sim.py config_NGP_dev.yaml -c /share/home/fangyuedong/csst-simulation/config