Skip to content
Snippets Groups Projects
Commit 0f44d641 authored by Danny Auble's avatar Danny Auble
Browse files

CRAY - Looks like the -u option does work

parent 81bf87f5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment