Skip to content
Snippets Groups Projects
Commit 8f1672a3 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Merge remote-tracking branch 'origin/slurm-14.03' into slurm-14.11

parents 01b12743 997e78f6
No related branches found
No related tags found
No related merge requests found
...@@ -373,6 +373,7 @@ documents those changes that are of interest to users and administrators. ...@@ -373,6 +373,7 @@ documents those changes that are of interest to users and administrators.
when the DBD is down. when the DBD is down.
-- Fix jobs from starting in overlapping reservations that won't finish before -- Fix jobs from starting in overlapping reservations that won't finish before
a "maint" reservation begins. a "maint" reservation begins.
-- Fix "squeue --start" to override SQUEUE_FORMAT env variable.
* Changes in Slurm 14.03.10 * Changes in Slurm 14.03.10
=========================== ===========================
......
...@@ -309,6 +309,7 @@ parse_command_line( int argc, char* argv[] ) ...@@ -309,6 +309,7 @@ parse_command_line( int argc, char* argv[] )
break; break;
case OPT_LONG_START: case OPT_LONG_START:
params.start_flag = true; params.start_flag = true;
override_format_env = true;
break; break;
case OPT_LONG_USAGE: case OPT_LONG_USAGE:
_usage(); _usage();
......
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