Skip to content

Commit

Permalink
Update output log in runscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
danrosen25 committed Feb 11, 2022
1 parent 7d61a78 commit 35724bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/runscripts/run.cheyenne.intel.17.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion templates/runscripts/run.cheyenne.intel.19.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion templates/runscripts/run.discover.intel.14.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion templates/runscripts/run.discover.intel.19.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion templates/runscripts/run.discover.intel.19.1.3
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion templates/runscripts/run.discover.intel.20.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 35724bb

Please sign in to comment.