From 51a4cbb6fc7bbcffa7706c37fb898b62ea7ed512 Mon Sep 17 00:00:00 2001 From: Kent Milfeld Date: Thu, 28 Jan 2016 10:37:09 -0600 Subject: [PATCH 1/2] COMMENT TEXT CHANGE: NOT KNOW TO NOT KNOWN. --- idev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idev b/idev index 5b53189..5b633f1 100755 --- a/idev +++ b/idev @@ -694,7 +694,7 @@ fi fi if [[ $known_option == "no" ]]; then - echo -e "\n ERROR: **The $1 option is not know." + echo -e "\n ERROR: **The $1 option is not known." echo -e " To see options, execute: idev -help." do_exit=yes; OPT_ERR=2 From f6f2eb701198e3e95dab955f804355eb7c90dde4 Mon Sep 17 00:00:00 2001 From: Kent Milfeld Date: Thu, 28 Jan 2016 12:30:27 -0600 Subject: [PATCH 2/2] ADD HISTORY INFO FOR INTERACTIVE GRACE QUEUE LIMIT. --- idev | 1 + 1 file changed, 1 insertion(+) diff --git a/idev b/idev index 5b633f1..7c357c8 100755 --- a/idev +++ b/idev @@ -56,6 +56,7 @@ # Added -p option to squeue (to see queue) # Allow -n 1 for default for grace-serial queue # Changed format from 9 to 15 for queue name (grace-serial is 12 chars) +# Interactive job limit for grace queue = 1. # 01/29/2016 KentM #------------------------------------------------------------------------------ #