Skip to content

Commit

Permalink
Merge pull request #107 from JeffBeck-NOAA/community_develop
Browse files Browse the repository at this point in the history
Change mpirun to srun in make_sfc_climo task
  • Loading branch information
JeffBeck-NOAA authored Sep 23, 2019
2 parents 72a3999 + a0f7847 commit bc6a776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/exregional_make_sfc_climo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ module use /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles
module load esmf/7.1.0r
module contrib wrap-mpi
module list
APRUN_SFC="mpirun -np ${SLURM_NTASKS}"
#APRUN_SFC="mpirun -np ${SLURM_NTASKS}"
APRUN_SFC="srun"
;;

*)
Expand Down

0 comments on commit bc6a776

Please sign in to comment.