This commit is contained in:
Kent Milfeld 2016-02-07 11:10:22 -06:00
parent 2872fd0bc0
commit 1acdc7bcaa

2
idev
View file

@ -74,7 +74,7 @@
MY_SYS=`echo $myhostname | awk 'BEGIN { FS = "." } ; { print $2 }'`
fi
#800 comment her 800_Wfix
srun=off # Don't use srun on Stampede
# trap ctrl-c and call ctrl_c()
trap ctrl_c INT EXIT