- Feb 10, 2006
-
-
- Feb 09, 2006
-
-
Moe Jette authored
-
- Feb 06, 2006
-
-
- Feb 03, 2006
-
-
Christopher J. Morrone authored
-
Moe Jette authored
-
Moe Jette authored
-
-
Christopher J. Morrone authored
-
https://eris.llnl.gov/svn/slurm/branches/slurm-1.0Christopher J. Morrone authored
Fix return code handling in the src/api/signal.c code.
-
-
- Feb 02, 2006
-
-
Moe Jette authored
-
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
which was causing build problems. (Using srun_job_t in src/common was not a good idea anyway.)
-
Moe Jette authored
-
https://eris.llnl.gov/svn/slurm/branches/slurm-1.0Christopher J. Morrone authored
Remove debugging messages
-
- Feb 01, 2006
- Jan 30, 2006
- Jan 27, 2006
-
-
Danny Auble authored
-
Danny Auble authored
-
Christopher J. Morrone authored
-
Danny Auble authored
-
Christopher J. Morrone authored
-
Christopher J. Morrone authored
function of this setting in the slurm protocol. Eliminate redundant and incorrect "enum distribution_t" in env.h and replace it with "enum task_dist_states" from slurm.h. distribution_t was causing the following inconsistency: morrone:~$ srun -N3 -n6 -l env |grep SLURM_NODEID |sort 0: SLURM_NODEID=0 1: SLURM_NODEID=0 2: SLURM_NODEID=1 3: SLURM_NODEID=1 4: SLURM_NODEID=2 5: SLURM_NODEID=2 morrone:~$ srun -N3 -n6 -A morrone:~$ srun -l env |grep SLURM_NODEID |sort 0: SLURM_NODEID=0 1: SLURM_NODEID=1 2: SLURM_NODEID=2 3: SLURM_NODEID=0 4: SLURM_NODEID=1 5: SLURM_NODEID=2
-
- Jan 25, 2006
-
-
Moe Jette authored
-
Christopher J. Morrone authored
more than one copy of slurmd on a node at the same time. Only really useful for developers.
-