From c95246634b410cc8f899783982441783e4dfd8a5 Mon Sep 17 00:00:00 2001 From: Kent Milfeld Date: Sun, 7 Feb 2016 08:59:00 -0600 Subject: [PATCH 1/6] ADDED REFERENCE AT GIT --- idev | 1 + 1 file changed, 1 insertion(+) diff --git a/idev b/idev index 1620bdc..8a011f8 100755 --- a/idev +++ b/idev @@ -1566,3 +1566,4 @@ fi #trapping #http://rimuhosting.com/knowledgebase/linux/misc/trapping-ctrl-c-in-bash #http://www.linuxjournal.com/content/use-bash-trap-statement-cleanup-temporary-files +#http://github.com/milfeld/idivx From f226888df27b61a71173647a68105534e16da979 Mon Sep 17 00:00:00 2001 From: Kent Milfeld Date: Sun, 7 Feb 2016 10:25:02 -0600 Subject: [PATCH 2/6] ADDED GIT MILFELD2 REF --- idev | 1 + 1 file changed, 1 insertion(+) diff --git a/idev b/idev index 8a011f8..5257744 100755 --- a/idev +++ b/idev @@ -1563,6 +1563,7 @@ fi fi fi +#http://github.com/milfeld2/idivx #trapping #http://rimuhosting.com/knowledgebase/linux/misc/trapping-ctrl-c-in-bash #http://www.linuxjournal.com/content/use-bash-trap-statement-cleanup-temporary-files From 09ffe5c2a2654a8a5e9e89aa0fee0b5c37d1ade1 Mon Sep 17 00:00:00 2001 From: Kent Milfeld Date: Sun, 7 Feb 2016 10:41:22 -0600 Subject: [PATCH 3/6] ADDED TODO --- idev | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idev b/idev index 8a011f8..e3a03e7 100755 --- a/idev +++ b/idev @@ -58,6 +58,8 @@ # Changed format from 9 to 15 for queue name (grace-serial is 12 chars) # grace-serial queue users are allowed only 1 interactive job # 01/29/2016 KentM +# TODO +# Update version number. #------------------------------------------------------------------------------ # # Versions Number @@ -1563,6 +1565,7 @@ fi fi fi +#http://github.com/milfeld2/idivx #trapping #http://rimuhosting.com/knowledgebase/linux/misc/trapping-ctrl-c-in-bash #http://www.linuxjournal.com/content/use-bash-trap-statement-cleanup-temporary-files From 81d0c5a3efde0d5ec2820d3e80cc2f075559d8c2 Mon Sep 17 00:00:00 2001 From: Kent Milfeld Date: Sun, 7 Feb 2016 10:59:47 -0600 Subject: [PATCH 4/6] NOTE ABOUT HOSTNAME --- idev | 1 + 1 file changed, 1 insertion(+) diff --git a/idev b/idev index 1620bdc..e4fb4d6 100755 --- a/idev +++ b/idev @@ -64,6 +64,7 @@ IDEV_VER=1.00 IDEV_SETUP_VER=1.00 +#NOTE: use hostname -f #Determine the system myhostname=`hostname -f` if [[ $myhostname =~ nid ]] ; then From 1acdc7bcaa9b00fd70845365a310d60b1b65c947 Mon Sep 17 00:00:00 2001 From: Kent Milfeld Date: Sun, 7 Feb 2016 11:10:22 -0600 Subject: [PATCH 5/6] 800 fix --- idev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idev b/idev index e3a03e7..307a7ca 100755 --- a/idev +++ b/idev @@ -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 From 5629bdb9e6f67ae29920a522ddb57b35104da127 Mon Sep 17 00:00:00 2001 From: Kent Milfeld Date: Sun, 7 Feb 2016 11:17:27 -0600 Subject: [PATCH 6/6] 900 FIX --- idev | 1 + 1 file changed, 1 insertion(+) diff --git a/idev b/idev index 307a7ca..e187632 100755 --- a/idev +++ b/idev @@ -81,6 +81,7 @@ trap ctrl_c INT EXIT did_exit=no exit_msg="" +#800 comment for 900_Wfix # Trap Function. Deletes job on exit of this script function ctrl_c() { #Job submitted, and job id available.