Skip to content

Commit

Permalink
add updated rt_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
zach1221 committed Jul 19, 2024
1 parent 043b816 commit c08c72e
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 @@ -409,7 +409,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 @@ -451,7 +451,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 c08c72e

Please sign in to comment.