- 09 Aug, 2012 7 commits
-
-
Matthieu Hautreux authored
-
Matthieu Hautreux authored
previous 20 minute time limit. The previous behavior would fail for large files 20 minutes into the transfer.
-
Danny Auble authored
-
Morris Jette authored
If a user tries to to clear message that he does not own, return access denied rather than not found error
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
Close the batch job's environment file when it contains no data to avoid leaking file descriptors.
-
- 08 Aug, 2012 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- 07 Aug, 2012 1 commit
-
-
Brian Gilmer authored
-
- 06 Aug, 2012 1 commit
-
-
Danny Auble authored
to operate the same way salloc or sbatch did and assign a task per cpu by default instead of task per node.
-
- 03 Aug, 2012 1 commit
-
-
Danny Auble authored
correctly. Before the errno wasn't being checked correctly
-
- 02 Aug, 2012 2 commits
-
-
Danny Auble authored
-
Don Lipari authored
-
- 01 Aug, 2012 6 commits
-
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
correctly as of IBM driver V1R1M1 efix 008.
-
Danny Auble authored
configured correctly.
-
Danny Auble authored
Move code to handle multiple clusters. Previous code could have issues where job_db_inx space could overlap.
-
- 31 Jul, 2012 8 commits
-
-
Danny Auble authored
current or in the past.
-
Mark Nelson authored
from Mark Nelson
-
Janne Blomqvist authored
Using the syscalls directly rather than calling bin/(u)mount via system() avoids a few fork + exec calls, and provides better error handling if something goes wrong. Users of this functionality are also updated to use slurm_strerror in order to provide a more informative error message. The mount and umount syscalls are Linux-specific, but so are cgroups so no portability is lost.
-
Danny Auble authored
-
Danny Auble authored
Using the syscalls directly rather than calling bin/(u)mount via system() avoids a few fork + exec calls, and provides better error handling if something goes wrong. Users of this functionality are also updated to use slurm_strerror in order to provide a more informative error message. The mount and umount syscalls are Linux-specific, but so are cgroups so no portability is lost.
-
Danny Auble authored
Using the syscalls directly rather than calling bin/(u)mount via system() avoids a few fork + exec calls, and provides better error handling if something goes wrong. Users of this functionality are also updated to use slurm_strerror in order to provide a more informative error message. The mount and umount syscalls are Linux-specific, but so are cgroups so no portability is lost.
-
Danny Auble authored
the current plugin has been loaded when using runjob_mux_refresh_config
-
Don Lipari authored
These comments were orphaned with this commit: 874f797f Move the start time calculation of pending jobs into a separate pthread on Nov 3, 2010.
-
- 26 Jul, 2012 1 commit
-
-
Morris Jette authored
Correct parsing of srun/sbatch input/output/error file names so that only the name "none" is mapped to /dev/null and not any file name starting with "none" (e.g. "none.o"). This fixes bug #98.
-
- 25 Jul, 2012 3 commits
-
-
Morris Jette authored
-
Janne Blomqvist authored
-
Janne Blomqvist authored
-
- 24 Jul, 2012 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
Gres: If a gres has a count of one and an associated file then when doing a reconfiguration, the node's bitmap was not cleared resulting in an underflow upon job termination or removal from scheduling matrix by the backfill scheduler.
-
Danny Auble authored
-
- 23 Jul, 2012 1 commit
-
-
Morris Jette authored
Cray and BlueGene - Do not treat lack of usable front-end nodes when slurmctld deamon starts as a fatal error. Also preserve correct front-end node for jobs when there is more than one front-end node and the slurmctld daemon restarts.
-
- 19 Jul, 2012 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
while it is attempting to free underlying hardware is marked in error making small blocks overlapping with the freeing block. This only applies to dynamic layout mode.
-
Bill Brophy authored
-