- Feb 23, 2011
-
-
Moe Jette authored
effect was minimal.
-
- Feb 16, 2011
-
-
Moe Jette authored
max value in addiition to a min value
-
- Jan 25, 2011
-
-
Moe Jette authored
CPUS = SOCKETS * CORES but THREADS != 1 in that case, reset select/cons_res internal node table to thread count = 1
-
- Jan 14, 2011
-
-
Moe Jette authored
This is needed by select/bluegene to synchronize block state for completing jobs.
-
- Nov 23, 2010
- Nov 22, 2010
-
-
Moe Jette authored
CEA.
-
- Oct 18, 2010
-
-
Moe Jette authored
select: make argument of select_p_select_jobinfo_alloc() consistent This explicitly declares the argument list of select_p_select_jobinfo_alloc() to be 'void', to avoid misinterpreting it as an old-style definition: * node_select.h already defines select_g_select_jobinfo_alloc(void); * the cons_res variant erroneously specified 'select_jobinfo_t *jobinfo'; * explicit argument list makes bug tracking easier.
-
- Oct 15, 2010
-
-
Moe Jette authored
-
- Oct 13, 2010
- Oct 12, 2010
-
-
Moe Jette authored
-
- Sep 22, 2010
-
-
Moe Jette authored
-
- Sep 15, 2010
-
-
Danny Auble authored
-
Danny Auble authored
Added printf __attribute__ qualifiers to info, debug, ... to help prevent bad/incorrect parameters being sent to them. Original patch from Eygene Ryabinkin <rea+slurm@grid.kiae.ru>
-
- Aug 20, 2010
-
-
Danny Auble authored
-
Danny Auble authored
Pulled Cray logic out of common/node_select.c into it's own select/cray plugin cons_res is the default. To use linear add 'Linear' to SelectTypeParameters. -This line, and those below, will be ignored-- M configure M src/plugins/select/Makefile.in M src/plugins/select/Makefile.am M src/plugins/select/linear/select_linear.c M src/plugins/select/cons_res/select_cons_res.c A src/plugins/select/cray A src/plugins/select/cray/other_select.c A src/plugins/select/cray/Makefile.in A src/plugins/select/cray/other_select.h A src/plugins/select/cray/Makefile.am A src/plugins/select/cray/select_cray.c M src/common/slurm_selecttype_info.c M src/common/node_select.c M slurm/slurm.h.in M configure.ac M NEWS
-
- Aug 06, 2010
-
-
- Aug 04, 2010
-
-
Danny Auble authored
-
Danny Auble authored
-
Moe Jette authored
for logging purposes. no real change in logic
-
- Aug 03, 2010
-
-
Moe Jette authored
-
- Jul 26, 2010
- Jul 23, 2010
-
-
- Jul 15, 2010
-
-
- Jul 06, 2010
-
-
- Jul 01, 2010
-
-
Danny Auble authored
-
Danny Auble authored
-
- Jun 11, 2010
-
-
Moe Jette authored
-
- Jun 03, 2010
- May 26, 2010
-
-
Moe Jette authored
-
- May 25, 2010
-
-
Moe Jette authored
we still need work on the step retry when gres resources are all busy
-
- May 21, 2010
- May 12, 2010
-
-
Danny Auble authored
better support for new cross-cluster support. Works from all types of clusters for most commands. The actual commands need to change now to make it better.
-
- May 11, 2010
-
-
Moe Jette authored
sockets_per_node, min_cores to cores_per_socket, and min_threads to threads_per_core (the values are not minimum, but represent the target values).
-
- May 08, 2010
-
-