From 35724bb25370ac40a3836cf851f1b6cdc69e8ff5 Mon Sep 17 00:00:00 2001 From: Dan Rosen Date: Fri, 11 Feb 2022 17:29:36 -0500 Subject: [PATCH] Update output log in runscripts --- templates/runscripts/run.cheyenne.intel.17.0.1 | 2 +- templates/runscripts/run.cheyenne.intel.19.1.1 | 2 +- templates/runscripts/run.discover.intel.14.0.3 | 2 +- templates/runscripts/run.discover.intel.19.1.0 | 2 +- templates/runscripts/run.discover.intel.19.1.3 | 2 +- templates/runscripts/run.discover.intel.20.0.0 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/runscripts/run.cheyenne.intel.17.0.1 b/templates/runscripts/run.cheyenne.intel.17.0.1 index 0bb4340..4672130 100644 --- a/templates/runscripts/run.cheyenne.intel.17.0.1 +++ b/templates/runscripts/run.cheyenne.intel.17.0.1 @@ -27,7 +27,7 @@ s_tm=`date +%s` s_hr=`date +%H`; s_mn=`date +%M`; s_sc=`date +%S` echo "Model Start ${s_hr}:${s_mn}:${s_sc}" -mpirun -np __TASKS__ ./NLC.exe >& lishydro.log +mpirun -np __TASKS__ ./NLC.exe >& nlc.log exec_s=$? e_tm=`date +%s` diff --git a/templates/runscripts/run.cheyenne.intel.19.1.1 b/templates/runscripts/run.cheyenne.intel.19.1.1 index 3f8e91f..ed07dd0 100644 --- a/templates/runscripts/run.cheyenne.intel.19.1.1 +++ b/templates/runscripts/run.cheyenne.intel.19.1.1 @@ -27,7 +27,7 @@ s_tm=`date +%s` s_hr=`date +%H`; s_mn=`date +%M`; s_sc=`date +%S` echo "Model Start ${s_hr}:${s_mn}:${s_sc}" -mpirun -np __TASKS__ ./NLC.exe >& lishydro.log +mpirun -np __TASKS__ ./NLC.exe >& nlc.log exec_s=$? e_tm=`date +%s` diff --git a/templates/runscripts/run.discover.intel.14.0.3 b/templates/runscripts/run.discover.intel.14.0.3 index 2987cb5..89329bf 100644 --- a/templates/runscripts/run.discover.intel.14.0.3 +++ b/templates/runscripts/run.discover.intel.14.0.3 @@ -27,7 +27,7 @@ s_tm=`date +%s` s_hr=`date +%H`; s_mn=`date +%M`; s_sc=`date +%S` echo "Model Start ${s_hr}:${s_mn}:${s_sc}" -mpirun -np __TASKS__ ./NLC.exe >& lishydro.log +mpirun -np __TASKS__ ./NLC.exe >& nlc.log exec_s=$? e_tm=`date +%s` diff --git a/templates/runscripts/run.discover.intel.19.1.0 b/templates/runscripts/run.discover.intel.19.1.0 index 879a93a..49d7749 100644 --- a/templates/runscripts/run.discover.intel.19.1.0 +++ b/templates/runscripts/run.discover.intel.19.1.0 @@ -27,7 +27,7 @@ s_tm=`date +%s` s_hr=`date +%H`; s_mn=`date +%M`; s_sc=`date +%S` echo "Model Start ${s_hr}:${s_mn}:${s_sc}" -mpirun -np __TASKS__ ./NLC.exe >& lishydro.log +mpirun -np __TASKS__ ./NLC.exe >& nlc.log exec_s=$? e_tm=`date +%s` diff --git a/templates/runscripts/run.discover.intel.19.1.3 b/templates/runscripts/run.discover.intel.19.1.3 index 56601d0..a311a55 100644 --- a/templates/runscripts/run.discover.intel.19.1.3 +++ b/templates/runscripts/run.discover.intel.19.1.3 @@ -27,7 +27,7 @@ s_tm=`date +%s` s_hr=`date +%H`; s_mn=`date +%M`; s_sc=`date +%S` echo "Model Start ${s_hr}:${s_mn}:${s_sc}" -mpirun -np __TASKS__ ./NLC.exe >& lishydro.log +mpirun -np __TASKS__ ./NLC.exe >& nlc.log exec_s=$? e_tm=`date +%s` diff --git a/templates/runscripts/run.discover.intel.20.0.0 b/templates/runscripts/run.discover.intel.20.0.0 index a9adcb0..c845665 100644 --- a/templates/runscripts/run.discover.intel.20.0.0 +++ b/templates/runscripts/run.discover.intel.20.0.0 @@ -27,7 +27,7 @@ s_tm=`date +%s` s_hr=`date +%H`; s_mn=`date +%M`; s_sc=`date +%S` echo "Model Start ${s_hr}:${s_mn}:${s_sc}" -mpirun -np __TASKS__ ./NLC.exe >& lishydro.log +mpirun -np __TASKS__ ./NLC.exe >& nlc.log exec_s=$? e_tm=`date +%s`