Skip to content

Commit

Permalink
add updated rt_utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zach1221 committed Jul 15, 2024
1 parent 0b59ad3 commit cf12502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rt_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ rocoto_create_compile_task() {
fi

NATIVE=""
BUILD_CORES=8
BUILD_NODES=1
BUILD_WALLTIME="00:30:00"
if [[ ${MACHINE_ID} == jet ]]; then
BUILD_WALLTIME="02:00:00"
Expand Down Expand Up @@ -445,7 +445,7 @@ EOF
fi

cat << EOF >> "${ROCOTO_XML}"
<cores>${BUILD_CORES}</cores>
<nodes>${BUILD_NODES}:ppn=${TPN}</nodes>
<walltime>${BUILD_WALLTIME}</walltime>
<join>&RUNDIR_ROOT;/compile_${COMPILE_ID}.log</join>
${NATIVE}
Expand Down

0 comments on commit cf12502

Please sign in to comment.