Merge pull request #9 from milfeld/900_Wfix

900 wfix
This commit is contained in:
milfeld2 2016-02-07 11:33:14 -06:00
commit 0ecc274ad5

3
idev
View file

@ -75,13 +75,14 @@
MY_SYS=`echo $myhostname | awk 'BEGIN { FS = "." } ; { print $2 }'` MY_SYS=`echo $myhostname | awk 'BEGIN { FS = "." } ; { print $2 }'`
fi fi
#800 comment her 800_Wfix
srun=off # Don't use srun on Stampede srun=off # Don't use srun on Stampede
# trap ctrl-c and call ctrl_c() # trap ctrl-c and call ctrl_c()
trap ctrl_c INT EXIT trap ctrl_c INT EXIT
did_exit=no did_exit=no
exit_msg="" exit_msg=""
#800 comment for 900_Wfix
# Trap Function. Deletes job on exit of this script # Trap Function. Deletes job on exit of this script
function ctrl_c() { function ctrl_c() {
#Job submitted, and job id available. #Job submitted, and job id available.