mirror of
https://asciireactor.com/otho/cloudy-agn.git
synced 2024-12-05 02:25:08 +00:00
updated thor run script
This commit is contained in:
parent
dc838116a4
commit
407c2c5775
@ -1,8 +1,8 @@
|
||||
#!/bin/sh -login
|
||||
#PBS -l mem=128GB
|
||||
#PBS -l nodes=4:ppn=16:research
|
||||
#PBS -l walltime=150:00:00
|
||||
#PBS -N cldy_4_181515_23
|
||||
#PBS -l walltime=169:00:00
|
||||
#PBS -N ngc5548_cldn23
|
||||
#PBS -j oe
|
||||
|
||||
|
||||
|
@ -1,18 +0,0 @@
|
||||
#!/bin/sh -login
|
||||
#PBS -l mem=128GB
|
||||
#PBS -l nodes=4:ppn=16:research
|
||||
#PBS -l walltime=150:00:00
|
||||
#PBS -N .25_181515_cldn23
|
||||
#PBS -j oe
|
||||
|
||||
|
||||
RUN_FILE="mpi_grid"
|
||||
RUN_DIR="cloudy/runs/4thdex_181515models_23cldn"
|
||||
|
||||
num_proc=$(cat ${PBS_NODEFILE} | wc -l)
|
||||
|
||||
module load openmpi/gnu/1.7.3
|
||||
|
||||
# replace ~/cloudy/cloudy_mpi with path to cloudy MPI executable file
|
||||
cd ~/${RUN_DIR}
|
||||
time mpirun -machinefile ${PBS_NODEFILE} -np ${num_proc} ~/cloudy/cloudy_mpi -r ${RUN_FILE}
|
Loading…
Reference in New Issue
Block a user