commit
0ecc274ad5
1 changed files with 2 additions and 1 deletions
3
idev
3
idev
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue