Skip to content

Commit

Permalink
fix slurm script for Frontera
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Jul 10, 2024
1 parent cb182f3 commit 2a0aa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fv3_conf/compile_slurm.IN_frontera
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -eux
echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`

@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_NR] @[RT_COMPILER]
@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID] @[RT_COMPILER]

echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt

0 comments on commit 2a0aa37

Please sign in to comment.