Skip to content

Commit 7a2fd6d

Browse files
committed
Streamline the run
1 parent 81700d9 commit 7a2fd6d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/modifysam/runtemplates/modelrun.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ done
6161
cd ..
6262

6363
cd $scriptdir
64-
export OMPI_MCA_btl="self,openib"
65-
unset I_MPI_PMI_LIBRARY
66-
export I_MPI_JOB_RESPECT_PROCESS_PLACEMENT=0
67-
mpirun -np $SLURM_NTASKS $SAMname > ./LOGS/samrun.${SLURM_JOBID}.log
64+
srun $SAMname > ./LOGS/samrun.${SLURM_JOBID}.log
6865

6966
exitstatus=$?
7067
echo SAM stopped with exit status $exitstatus

0 commit comments

Comments
 (0)