From 0f44d64119f448df74c78bd0400c7a559d765522 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Wed, 4 Dec 2013 14:18:01 -0800
Subject: [PATCH] CRAY - Looks like the -u option does work

---
 src/plugins/select/cray/select_cray.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/plugins/select/cray/select_cray.c b/src/plugins/select/cray/select_cray.c
index a8ab24fa2e5..bf5de135ac8 100644
--- a/src/plugins/select/cray/select_cray.c
+++ b/src/plugins/select/cray/select_cray.c
@@ -214,11 +214,8 @@ static int _run_nhc(nhc_info_t *nhc_info)
 	argv[i++] = exit_char;
 	argv[i++] = "-r";
 	argv[i++] = jobid_char;
-	/* When the -u option is added to xtcleanup_after uncomment
-	   these lines.
-	*/
-	/* argv[i++] = "-u"; */
-	/* argv[i++] = user_char; */
+	argv[i++] = "-u";
+	argv[i++] = user_char;
 	argv[i++] = "-m";
 	argv[i++] = nhc_info->step ? "application" : "reservation";
 	argv[i++] = nodelist_nids;
-- 
GitLab