Skip to content

Commit

Permalink
update gordon, conrad, onyx serial launch command (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig authored Oct 16, 2019
1 parent 13c6b03 commit 333a5a2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions configuration/scripts/cice.launch.csh
Original file line number Diff line number Diff line change
Expand Up @@ -71,27 +71,15 @@ endif

#=======
else if (${ICE_MACHINE} =~ onyx*) then
if (${ICE_COMMDIR} =~ serial*) then
cat >> ${jobfile} << EOFR
./cice >&! \$ICE_RUNLOG_FILE
EOFR
else
cat >> ${jobfile} << EOFR
aprun -n ${ntasks} -N ${taskpernodelimit} -d ${nthrds} ./cice >&! \$ICE_RUNLOG_FILE
EOFR
endif

#=======
else if (${ICE_MACHINE} =~ gordon* || ${ICE_MACHINE} =~ conrad*) then
if (${ICE_COMMDIR} =~ serial*) then
cat >> ${jobfile} << EOFR
./cice >&! \$ICE_RUNLOG_FILE
EOFR
else
cat >> ${jobfile} << EOFR
aprun -n ${ntasks} -N ${taskpernodelimit} -d ${nthrds} ./cice >&! \$ICE_RUNLOG_FILE
EOFR
endif

#=======
else if (${ICE_MACHINE} =~ cori*) then
Expand Down

0 comments on commit 333a5a2

Please sign in to comment.