mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2025-04-16 15:25:46 +00:00
thor script
This commit is contained in:
parent
59a496272f
commit
e9cdd548d1
@ -13,6 +13,6 @@ num_proc=$(cat ${PBS_NODEFILE} | wc -l)
|
|||||||
|
|
||||||
module load openmpi/gnu/1.7.3
|
module load openmpi/gnu/1.7.3
|
||||||
|
|
||||||
# replace ~/cloudy/cloudy_mpi with path to cloudy MPI executable file
|
# replace ~/cloudy-agn/bin/cloudy_mpi with path to cloudy MPI executable file
|
||||||
cd ~/${RUN_DIR}
|
cd ~/${RUN_DIR}
|
||||||
time mpirun -machinefile ${PBS_NODEFILE} -np ${num_proc} ~/cloudy-agn/cloudy_mpi -r ${RUN_FILE}
|
time mpirun -machinefile ${PBS_NODEFILE} -np ${num_proc} ~/cloudy-agn/bin/cloudy_mpi -r ${RUN_FILE}
|
||||||
|
Loading…
Reference in New Issue
Block a user