Skip to content

Commit

Permalink
Fix icepack.launch.csh (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig authored Oct 28, 2023
1 parent 84ff388 commit d1a42fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/scripts/icepack.launch.csh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EOFR

#==========================================

elseif (${ICE_MACHINE} =~ perlmutter) then
else if (${ICE_MACHINE} =~ perlmutter) then
cat >> ${jobfile} << EOFR
srun --cpu-bind=cores ./icepack >&! \$ICE_RUNLOG_FILE
EOFR
Expand Down

0 comments on commit d1a42fb

Please sign in to comment.