- 06 Apr, 2010 1 commit
-
-
Moe Jette authored
executed by the user to reset SLURM environment variables.
-
- 03 Apr, 2010 2 commits
-
-
-
Don Lipari authored
-
- 02 Apr, 2010 1 commit
-
-
- 01 Apr, 2010 4 commits
-
-
-
Moe Jette authored
accounting record is being written immediately before or after it changes size. This permits job accounting records to be written for a job at each size. Make calls to jobcomp and accounting_storage plugins before and after a job changes size (with the job state being JOB_RESIZING).All plugins write a record for the job at each size with intermediate job states being JOB_RESIZING. More work is needed for correct accounting. svn merge -r19782:19944 https://eris.llnl.gov/svn/s lurm/branches/slurm-2.2.resize
-
Moe Jette authored
disable_root_jobs, hidden and root_only fields with a single field called "flags" populated with the flags PART_FLAG_DEFAULT, PART_FLAG_NO_ROOT PART_FLAG_HIDDEN and/or PART_FLAG_ROOT_ONLY. This is a more flexible solution besides making for smaller data structures.
-
Moe Jette authored
commands to see the correct value instead of always "NO".
-
- 31 Mar, 2010 1 commit
-
-
- 30 Mar, 2010 3 commits
- 29 Mar, 2010 1 commit
-
-
Moe Jette authored
-
- 26 Mar, 2010 4 commits
- 25 Mar, 2010 5 commits
-
-
Danny Auble authored
-
Moe Jette authored
"scontrol update JobId=# NumNodes=#" or "scontrol update JobId=# NodeList=<names>". Subsequent job steps must explicitly specify an appropriate node count to work properly.
-
Moe Jette authored
daemon's nice value.
-
Danny Auble authored
-
-
- 24 Mar, 2010 1 commit
-
-
Moe Jette authored
See "man slurm.conf" for details about how these control when slurmctld updates its information of which users are in the groups allowed to use partitions.
-
- 23 Mar, 2010 1 commit
-
-
https://eris.llnl.gov/svn/slurm/branches/slurm-2.2.step.max.nodesMoe Jette authored
-- Add support for maximum node count in job step request. -- Fix bug in CPU count logic for job step allocation (used count of CPUS per node rather than CPUs allocated to the job).
-
- 22 Mar, 2010 2 commits
-
-
Danny Auble authored
Applied patch from David Egolf (David.Egolf@Bull.com) Added the ability to purge/archive accounting data on a day or hour basis, previously it was only available on a monthly basis.
-
-
- 19 Mar, 2010 4 commits
-
-
Danny Auble authored
Altered srun to set max_nodes to min_nodes if not set when doing an allocation to mimic that which salloc and sbatch do. If running a step if the max isn't set it remains unset.
-
-
Danny Auble authored
Fixed slurm_load_slurmd_status and slurm_pid2jobid to work correctly when multiple slurmds are in use.
-
Moe Jette authored
to restrict spawned task nice values to that of the slurmd daemon plus 1. This insures that the slurmd daemon always have a higher scheduling priority than spawned tasks.
-
- 18 Mar, 2010 5 commits
-
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
-
Danny Auble authored
-
- 17 Mar, 2010 5 commits
-
-
Moe Jette authored
-
-
Moe Jette authored
dependencies (e.g. job 12 dependent upon job 11 AND job 11 is dependent upon job 12).
-
-
Danny Auble authored
verify the slurm.conf is the same as the one it is running. If not an error message is displayed. To silence this message add NO_CONF_HASH to DebugFlags in your slurm.conf.
-