From 5da94e0156c6309618f4053f4b0873e894412fc2 Mon Sep 17 00:00:00 2001 From: Dusan Jovic Date: Thu, 16 May 2024 16:05:30 +0000 Subject: [PATCH] Uncomment new_compile=true in rocoto_create_compile_task --- tests/rt_utils.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index 100465d820..cd75f1c1db 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -97,8 +97,7 @@ function compute_petbounds_and_tasks() { } interrupt_job() { - echo "rt_utils.sh: Job ${jobid} interupted" - #echo "run_util.sh: interrupt_job called | Job#: ${jobid}" + echo "rt_utils.sh: Job ${jobid} interrupted" case ${SCHEDULER} in pbs) qdel "${jobid}" @@ -398,7 +397,7 @@ kill_job() { rocoto_create_compile_task() { echo "rt_utils.sh: ${COMPILE_ID}: Creating ROCOTO compile task." - #new_compile=true + new_compile=true if [[ ${in_metatask} == true ]]; then in_metatask=false echo " " >> "${ROCOTO_XML}" @@ -575,7 +574,6 @@ ecflow_create_compile_task() { echo "rt_utils.sh: ${COMPILE_ID}: Creating ECFLOW compile task" export new_compile=true - cat << EOF > "${ECFLOW_RUN}/${ECFLOW_SUITE}/compile_${COMPILE_ID}.ecf" %include ${PATHRT}/run_compile.sh "${PATHRT}" "${RUNDIR_ROOT}" "${MAKE_OPT}" "${COMPILE_ID}" > "${LOG_DIR}/compile_${COMPILE_ID}.log" 2>&1 &