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

Merge remote-tracking branch 'origin/slurm-2.4'

Conflicts:
	src/srun/opt.c
parents 63293e8a 7c4ffbbd
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,7 @@ extern int launch_p_setup_srun_opt(char **rest) ...@@ -262,7 +262,7 @@ extern int launch_p_setup_srun_opt(char **rest)
if (_verbose) if (_verbose)
command_pos += 2; command_pos += 2;
if (opt.ifname) { if (opt.ifname) {
if (parse_uint32(opt.ifname, &taskid) if (!parse_uint32(opt.ifname, &taskid)
&& ((int) taskid < opt.ntasks)) { && ((int) taskid < opt.ntasks)) {
command_pos += 2; command_pos += 2;
} }
......
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