Skip to content
Snippets Groups Projects
Commit ef64fe82 authored by Moe Jette's avatar Moe Jette
Browse files
parent efab0b17
No related branches found
No related tags found
No related merge requests found
...@@ -1049,6 +1049,8 @@ The location of the SLURM configuration file. ...@@ -1049,6 +1049,8 @@ The location of the SLURM configuration file.
.TP .TP
\fBSLURM_LABELIO\fR \fBSLURM_LABELIO\fR
\fB\-l, \-\-label\fR \fB\-l, \-\-label\fR
\fBSLURM_UNBUFFEREDIO\fR
\fB-u, --unbuffered\fR
.TP .TP
\fBSLURM_MEM_BIND\fR \fBSLURM_MEM_BIND\fR
\fB\-\-mem_bind\fR=\fItype\fR \fB\-\-mem_bind\fR=\fItype\fR
......
...@@ -1096,6 +1096,7 @@ env_vars_t env_vars[] = { ...@@ -1096,6 +1096,7 @@ env_vars_t env_vars[] = {
{"SLURM_MPI_TYPE", OPT_MPI, NULL, NULL }, {"SLURM_MPI_TYPE", OPT_MPI, NULL, NULL },
{"SLURM_SRUN_COMM_IFHN",OPT_STRING, &opt.ctrl_comm_ifhn,NULL }, {"SLURM_SRUN_COMM_IFHN",OPT_STRING, &opt.ctrl_comm_ifhn,NULL },
{"SLURM_SRUN_MULTI", OPT_MULTI, NULL, NULL }, {"SLURM_SRUN_MULTI", OPT_MULTI, NULL, NULL },
{"SLURM_UNBUFFEREDIO", OPT_INT, &opt.unbuffered, NULL },
{"SLURM_NODELIST", OPT_STRING, &opt.alloc_nodelist,NULL }, {"SLURM_NODELIST", OPT_STRING, &opt.alloc_nodelist,NULL },
{NULL, 0, NULL, NULL} {NULL, 0, NULL, NULL}
}; };
......
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