- Aug 26, 2014
-
-
Morris Jette authored
Conflicts: src/sbatch/opt.c
-
Bjørn-Helge Mevik authored
-
Danny Auble authored
-
Danny Auble authored
and only caused confusion since the cpu_bind options mostly refer to a step we opted to only allow srun to set them in future versions.
-
Morris Jette authored
-
Morris Jette authored
Defer job step initiation of required GRES are in use by other steps rather than immediately returning an error. bug 1056
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
without this change, slurmd would abort on reconfiguration
-
Morris Jette authored
Prevent fatal error on "scontrol reconfig"
-
Morris Jette authored
-
- Aug 25, 2014
-
-
Nathan Yee authored
when a job runs to completion.
-
Francois Chevallier authored
With this commit, the slurm controller will now initialize the configured layouts and parse their configuration files at startup. Note that even if no layouts were configured, a "base" layout is automatically built in slurm-layouts_load_config(). This "base" layout is containing every nodes defined in the system, linked together as a flat tree. (Adapted for slurm-14.11 by Matthieu Hautreux <matthieu.hautreux@cea.fr>)
-
Francois Chevallier authored
This commit introduces the entity, layout and layouts manager related structures corresponding to the core of the layouts logic. The layouts manager is responsible for initializing and loading the layouts specified in the slurm.conf "Layouts=" pragma retrieved using slurm_get_layouts(). (Adapted for slurm-14.11 by Matthieu Hautreux <matthieu.hautreux@cea.fr>)
-
Francois Chevallier authored
This new pragma will be used to define the list of layouts to load at startup. It will consist of comma separated values of layouts type and optional names, respecting the following pattern : Layouts=layout_type[/layout_name][,...] In case the name would not be defined, "default" would be assumed. (Adapted for slurm-14.11 by Matthieu Hautreux <matthieu.hautreux@cea.fr>)
-
Francois Chevallier authored
Apply freefunc on the node and no longer its internal data in xtree_free Add XTREE_GROWING xtree_walk target to ease building a tree adding childs while walking it (Adapted for slurm-14.11 by Matthieu Hautreux <matthieu.hautreux@cea.fr>)
-
Francois Chevallier authored
Current slurm parser is mostly dedicated to manage key=value entries in a configuration file, providing the capability to manage more complex configuration lines like "key=value attr1=val1 attr2=val2 ..." through the implementation of custom handlers. However, custom handlers often had to rewrite their own parsing logic in order to handle the various subcomponents/attributes. This commit enhances the parsing logic in order to ease the management of complex lines using nested parsing options definitions, automatic expansions of array-like attributes and automatic merges of related lines. These enhancements are the basis of the layouts configurations parsing logic (Adapted for slurm-14.11 by Matthieu Hautreux <matthieu.hautreux@cea.fr>)
-
Danny Auble authored
-
Bill Brophy authored
Improve scheduling of jobs in reservations that overlaps other reservations. bug 1051
-
Danny Auble authored
had --network= specified.
-
Morris Jette authored
-
Danny Auble authored
ProfileHDF5Dir directory as well as all it's sub-directories and files.
-
Danny Auble authored
This isn't the case in the current code so this isn't as big of a deal. This logic will also be removed in 14.11 so it become less of a deal as well, but just to be safe we cover the base.
-
Morris Jette authored
-
- Aug 23, 2014
-
-
Morris Jette authored
-
Morris Jette authored
-
Kilian Cavalotti authored
be used for AcctGatherFilesystemType.
-
Kilian Cavalotti authored
-
Nathan Yee authored
-
- Aug 22, 2014
-
-
Morris Jette authored
Conflicts: testsuite/expect/test12.7
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Was failing to run watchdog thread to make note of hung threads and not completion of RPC, which is needed for node ping. This bug was introduced in commit d87d1b50
-
Danny Auble authored
look at any other day for -D jobs)
-
Morris Jette authored
no changes in logic
-
Morris Jette authored
This improves performance for job arrays
-
Morris Jette authored
Revert commit 26e77f93 This logic is obviously wrong. Investigate more tomorrow.
-