We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81700d9 commit 7a2fd6dCopy full SHA for 7a2fd6d
scripts/modifysam/runtemplates/modelrun.sh
@@ -61,10 +61,7 @@ done
61
cd ..
62
63
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
+srun $SAMname > ./LOGS/samrun.${SLURM_JOBID}.log
68
69
exitstatus=$?
70
echo SAM stopped with exit status $exitstatus
0 commit comments