Skip to content
Snippets Groups Projects
Commit 4e8c184e authored by Moe Jette's avatar Moe Jette
Browse files
parent a5645977
No related branches found
No related tags found
No related merge requests found
...@@ -210,6 +210,7 @@ documents those changes that are of interest to users and admins. ...@@ -210,6 +210,7 @@ documents those changes that are of interest to users and admins.
- Fix for running a task on each node of an allocation if not specified. - Fix for running a task on each node of an allocation if not specified.
- In sched/wiki2, set TASKLIST for running jobs. - In sched/wiki2, set TASKLIST for running jobs.
- In sched/wiki2, set STARTDATE for pending jobs with deferred start. - In sched/wiki2, set STARTDATE for pending jobs with deferred start.
- Added srun --get-user-env option (for Moab scheduler).
* Changes in SLURM 1.1.24 * Changes in SLURM 1.1.24
========================= =========================
......
...@@ -177,7 +177,6 @@ static char * _dump_node(struct node_record *node_ptr, int state_info) ...@@ -177,7 +177,6 @@ static char * _dump_node(struct node_record *node_ptr, int state_info)
cpu_cnt = node_ptr->cpus; cpu_cnt = node_ptr->cpus;
} }
for (i=0; i<node_ptr->part_cnt; i++) { for (i=0; i<node_ptr->part_cnt; i++) {
char *header;
if (i == 0) if (i == 0)
xstrcat(buf, "CCLASS="); xstrcat(buf, "CCLASS=");
snprintf(tmp, sizeof(tmp), "[%s:%u]", snprintf(tmp, sizeof(tmp), "[%s:%u]",
......
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