- 05 Oct, 2017 2 commits
-
-
Morris Jette authored
bug 3673
-
Morris Jette authored
-
- 04 Oct, 2017 1 commit
-
-
Morris Jette authored
burst_buffer/cray plugin modified to work with changes in Cray UP06 software release. Specific changes: Cray software now returns an error if a state_in or stage_out script is processed that doesn't actually request a stage in or out (previously silently ignored). Also the warning message about tearing down a buffer that is already gone changed.
-
- 03 Oct, 2017 3 commits
-
-
Morris Jette authored
Need to resolve some build issues
-
Morris Jette authored
-
Morris Jette authored
-
- 02 Oct, 2017 4 commits
-
-
Tim Wickberg authored
User-submitted batch scripts cannot be safely escaped. This functionality will be replaced with a way to retrieve the script directly into a file for a given jobid. This also removes the 'script' command from scontrol's interactive cli mode.
-
Tim Wickberg authored
Writes to slurm-<jobid>.sh if no (optional) filename is specified. Bug 4199.
-
Dominik Bartkiewicz authored
Move the check up a bit more where it'll do some good. Bug 4184.
-
Dominik Bartkiewicz authored
Bug 4146.
-
- 29 Sep, 2017 4 commits
-
-
Morris Jette authored
-
Danny Auble authored
Bug 3467
-
Danny Auble authored
Bug 3567
-
Morris Jette authored
-
- 28 Sep, 2017 1 commit
-
-
Morris Jette authored
Add ability to prevent suspension of some count of nodes in a specified range using the SuspendExcNodes configuration parameter.
-
- 27 Sep, 2017 3 commits
-
-
Danny Auble authored
instead of native Slurm.
-
Danny Auble authored
gres listed in your slurm.conf but some in gres.conf. Bug 3974
-
Danny Auble authored
'type' but no file defined.
-
- 21 Sep, 2017 1 commit
-
-
Morris Jette authored
Add support for specialized cores with task/affinity plugin (previously only supported with task/cgroup plugin). Add "TaskPluginParam=SlurmdOffSpec" option that will prevent the Slurm compute node daemons (slurmd and slurmstepd) from executing on specialized cores. bug 3337
-
- 19 Sep, 2017 5 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
in salloc, sbatch, srun before process the command line options. Bug 3499
-
Danny Auble authored
plugin when constraining devices.
-
Danny Auble authored
-
Danny Auble authored
correctly in sacct.
-
- 17 Sep, 2017 1 commit
-
-
Tim Wickberg authored
-
- 15 Sep, 2017 2 commits
-
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
-
- 14 Sep, 2017 2 commits
-
-
Tim Wickberg authored
A second PMI2_Init() within the same step is invalid, and cannot succeed. Return an error code back to the client end, and close the fd to force the step to terminate immediately. Due to a bug in our libpmi code, just returning a cmd=response_to_init with an appropriate rc number will not tear down the connection properly, so send back something else that will trigger the error path. Bug 3520.
-
Morris Jette authored
A request to cancel a pack step leader will result in that step being cancelled on all pack job components. Needed by MPI.
-
- 13 Sep, 2017 3 commits
-
-
Morris Jette authored
mpi/pmi2 plugin - vestigial pointer could be referenced at shutdown with invalid memory reference resulting.
-
Josh Samuelson authored
Bug 4154.
-
Dominik Bartkiewicz authored
Use the partition specified in the reservation, rather than using the cluster's default. Bug 4030.
-
- 12 Sep, 2017 7 commits
-
-
Danny Auble authored
default path. This makes it so you don't always have to put AllowedDevicesFile in your cgroup.conf file if your etc dir is anything other than /etc/slurm.
-
Morris Jette authored
Don't flag a job as "SPAWNED" for debugger until all process information is available for all pack job components.
-
Tim Wickberg authored
Adding a newline prevents this error: conftest.c:154:8: error: if statement has empty body [-Werror,-Wempty-body]
-
Alejandro Sanchez authored
remote cluster correctly determine the select type. Bug 2329
-
Morris Jette authored
Modify "srun --mpi=list" output to match valid option input by removing the "mpi/" prefix on each line of output.
-
Morris Jette authored
Enable them onlyh with SchedulerParameters=enable_hetero_jobs OR MPI type is "none"
-
Brian Christiansen authored
Do pointer comparisons rather than strcmps. ~80x speedup Bug 3529 e.g. 1000 nodes 8000 tasks [Sep 11 14:24:15.873639 20992 srvcn 0x7f8c1cdda700] _task_layout_hostfile: hostfile processing took usec=2152678 (orig) [Sep 11 14:27:46.173424 20992 srvcn 0x7f8c1c6d3700] _task_layout_hostfile: hostfile processing took usec=2142997 (orig) [Sep 11 14:32:32.245420 4037 srvcn 0x7f12de4e4700] _task_layout_hostfile: hostfile processing took usec=26198 (node ptrs) [Sep 11 14:36:12.88769 4037 srvcn 0x7f12de6e6700] _task_layout_hostfile: hostfile processing took usec=25515 (node ptrs) [Sep 11 14:41:38.339162 4037 srvcn 0x7f132c8d5700] _task_layout_hostfile: hostfile processing took usec=27459 (node ptrs) [Sep 11 15:16:59.575189 1874 srvcn 0x7f3dae3f0700] _task_layout_hostfile: hostfile processing took usec=30129 (node ptrs) [Sep 11 15:20:50.365004 1874 srvcn 0x7f3dc8b34700] _task_layout_hostfile: hostfile processing took usec=29884 (node ptrs)
-
- 11 Sep, 2017 1 commit
-
-
Morris Jette authored
-