- 31 Mar, 2015 4 commits
-
-
Morris Jette authored
SPANK naming changes: For environment variables set using the spank_job_control_setenv() function, the values were available in the slurm_spank_job_prolog() and slurm_spank_job_epilog() functions using getenv where the name was given a prefix of "SPANK_". That prefix has been removed for consistency with the environment variables available in the Prolog and Epilog scripts. bug 1570
-
Morris Jette authored
Requests by normal user to reset a job priority (even to lower it) will result in an error saying to change the job's nice value instead.
-
Morris Jette authored
A non-administrator change to job priority will not be persistent except for holding the job. User's wanting to change a job priority on a persistent basis should reset it's "nice" value. Without this change a user might lower a job's priority, but Slurm will not lower it more based upon fair-share changes.
-
Morris Jette authored
Increase the MAX_PACK_MEM_LEN define to avoid PMI2 failure when fencing with large amount of ranks (to 1GB).
-
- 30 Mar, 2015 1 commit
-
-
David Bigagli authored
-
- 27 Mar, 2015 3 commits
-
-
Morris Jette authored
Verify that all plugin version numbers are identical to the component attempting to load them. Without this verification, the plugin can reference Slurm functions in the caller which differ (e.g. the underlying function's arguments could have changed between Slurm versions). NOTE: All plugins (except SPANK) must be built against the identical version of Slurm in order to be used by any Slurm command or daemon. This should eliminate some very difficult to diagnose problems due to use of old plugins.
-
Brian Christiansen authored
Bug 1469 Return values from void functions are unknown and were causing list_for_each to short ciruit processing of the job list.
-
David Bigagli authored
-
- 26 Mar, 2015 2 commits
-
-
David Bigagli authored
-
Morris Jette authored
Fix for misleading job submit failure errors sent to users. Previous error could indicate why specific nodes could not be used (e.g. too small memory) when other nodes could be used, but were not for another reason. bug 1537
-
- 25 Mar, 2015 1 commit
-
-
Morris Jette authored
Modify the command names per latest Cray documentation. Add Cray API calls, which will replace the Cray command line interfaces when available. More work will be required for this conversion to the APIs. Update documentation.
-
- 23 Mar, 2015 3 commits
-
-
Morris Jette authored
Correct the job array specification parser to accept brackets in job array expression (e.g. "123_[4,7-9]"). This patch superseeds patch 8d811201 bug 1552
-
Morris Jette authored
The logic fails if there are commas in the brackets: slurmctld: job_str_signal: 3 invalid job id 1593_[2,5-6] Updated patch in next commit bug 1552
-
David Bigagli authored
-
- 20 Mar, 2015 4 commits
-
-
Morris Jette authored
RequeueExit and RequeueExitHold configuration parameters modified to accept numeric ranges. For example "RequeueExit=1,2,3,4" and "RequeueExit=1-4" are equivalent. bug 1549
-
Aaron Knister authored
-
Morris Jette authored
If SchedulerParameters value of bf_min_age_reserve is configured, then a newly submitted job can start immediately even if there is a higher priority non-runnable job which has been waiting for less time than bf_min_age_reserve.
-
Morris Jette authored
If SchedulerParameters value of bf_min_age_reserve is configured, then a newly submitted job can start immediately even if there is a higher priority non-runnable job which has been waiting for less time than bf_min_age_reserve.
-
- 19 Mar, 2015 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
- 18 Mar, 2015 7 commits
-
-
jette authored
Start job allocation using lowest numbered sockets for block task distribution for consistency with cyclic distribution. bug 1540
-
Danny Auble authored
block is set up to it's original state.
-
jette authored
Add the ability for a compute node to be allocated to multiple jobs, but restricted to a single user. Added "--exclusive=user" option to salloc, sbatch and srun commands. Added "owner" field to node record, visible using the scontrol and sview commands. Added new partition configuration parameter "ExclusiveUser=yes|no". Add "Shared=user" job state information.
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 1533
-
jette authored
Fix bug that can permit someone to kill job array belonging to another user.
-
jette authored
Fix support for --mem=0 (all memory of a node) with select/cons_res plugin. Previously the job would not have it's memory constrained, but it would not make that memory unavailable to other jobs either. bug 1526
-
- 17 Mar, 2015 1 commit
-
-
Aaron Knister authored
This was previously added to v14.11
-
- 16 Mar, 2015 1 commit
-
-
jette authored
Added new SchedulerParameters value of bf_min_age_reserve. The backfill scheduler will not reserve resources for pending jobs until they have been pending for at least the specified number of seconds. This can be valuable if jobs lack time limits or all time limits have the same value.
-
- 13 Mar, 2015 2 commits
-
-
Morris Jette authored
Increase maximum MaxArraySize configuration parameter value from 1,000,001 to 4,000,001. bug 1535
-
David Bigagli authored
-
- 12 Mar, 2015 2 commits
-
-
Marlys Kohnke authored
-
Morris Jette authored
Added LaunchParameters configuration parameter. Have srun command test locally for the executable file if LaunchParameters=test_exec or the environment variable SLURM_TEST_EXEC is set. Without this an invalid command will generate one error message per task launched.
-
- 11 Mar, 2015 2 commits
-
-
Morris Jette authored
Cray - Fix for launching batch step within an existing job allocation. bug 1509
-
Morris Jette authored
Partially revert commit 8d91ae22 The bug was introduced in version 14.11.0-pre4. bug 1504
-
- 10 Mar, 2015 2 commits
-
-
Danny Auble authored
This is for bug 1514
-
Brian Christiansen authored
-
- 09 Mar, 2015 3 commits
-
-
Danny Auble authored
before.
-
David Bigagli authored
-
David Bigagli authored
-