- Nov 20, 2006
-
-
Moe Jette authored
-
- Nov 16, 2006
-
-
Moe Jette authored
-
- Nov 15, 2006
- Nov 12, 2006
-
-
Moe Jette authored
-
- Nov 01, 2006
-
-
Moe Jette authored
-
- Oct 26, 2006
-
-
- Oct 12, 2006
-
-
- Sep 15, 2006
-
-
Danny Auble authored
-
- Sep 08, 2006
-
-
Moe Jette authored
-
- Sep 06, 2006
-
-
Christopher J. Morrone authored
slurm_init_slurm_msg is replaced by slurm_msg_t_init and slurm_msg_t_copy. slurm_msg_t_init COMPLETELY initializes the structure, so it needs to be called BEFORE setting any variables within the structure. It is not clear if slurm_msg_t_copy is even necessary, it is only used in three places.
-
- Sep 05, 2006
-
-
- Sep 01, 2006
-
-
- Jun 07, 2006
-
-
- Jun 01, 2006
-
-
- May 22, 2006
-
-
Danny Auble authored
-
- May 19, 2006
-
-
Danny Auble authored
fixed forward logic to report correct reponse for all childern and parent. Fixed jobacct logic to always be able to work off submit time. changed logic to in shutdown to wait around to make sure shutdown message is sent to all slurmds.
-
Moe Jette authored
-
Moe Jette authored
-
- May 17, 2006
-
-
- May 16, 2006
- May 10, 2006
- May 09, 2006
-
-
Moe Jette authored
-
Danny Auble authored
-
- May 05, 2006
-
-
Moe Jette authored
-
- Apr 22, 2006
-
-
- Apr 13, 2006
-
-
Danny Auble authored
-
- Apr 11, 2006
-
-
Danny Auble authored
-
- Apr 04, 2006
-
-
Christopher J. Morrone authored
First patch to x_ac_debug.m4: "I noticed a bit ago that ./configure --enable-debug has been broken in SLURM for awhile -- it does not append "-Wall" to builds. This patch fixes the problem in x_ac_debug.m4." Second patch, "fix-compile-warnings.patch", cleans up alot of warnings revealed by the first patch. I needed to clean up the patch because it removed some variables and labels that were used within #ifdef sections.
-
- Mar 23, 2006
-
-
Moe Jette authored
-
- Mar 14, 2006
-
-
https://eris.llnl.gov/svn/slurm/branches/configChristopher J. Morrone authored
New general configuration file parser and slurm.conf handling code. Allows long lines to be continued on the next line by ending with a "\". Whitespace is allowed between the key and "=", and between the "=" and value. slurm.conf is now read only once, and resulting data structures can be shared between application and slurm library code. WARNING: A NodeName may now occur only once in a slurm.conf file. If you want to temporarily make nodes DOWN in the slurm.conf, use the new DownNodes keyword (see "man slurm.conf").
-
- Feb 27, 2006
-
-
Moe Jette authored
conflict with global #define values.
-
- Feb 10, 2006
-
-
- Jan 30, 2006
-
-
Moe Jette authored
of SlurmdTimeout and SlurmctldTimeout for communications to slurmd and slurmctld daemons repsectively.
-
- Jan 27, 2006
-
-
Danny Auble authored
-