- Mar 20, 2015
-
-
Aaron Knister authored
-
- Feb 12, 2015
-
-
Brian Christiansen authored
-
- Jan 27, 2015
-
-
Brian Christiansen authored
Bug 1384
-
- Jan 22, 2015
-
-
Danny Auble authored
-
Danny Auble authored
installing
-
- Jan 14, 2015
-
-
Josko Plazonic authored
-
- Nov 04, 2014
-
-
David Bigagli authored
-
David Bigagli authored
-
- Oct 24, 2014
-
-
Morris Jette authored
Add new slurm_load_node flag of SHOW_MIXED, which will change a node's state from ALLOCATED to MIXED by comparing the number of CPUs allocated against the total CPU count on each node bug 1209
-
Morris Jette authored
The perl API sbcast function included a step ID, which is NOT in v14.11, on v15.08
-
David Gloe authored
This matches the value in version 14.03
-
- Oct 22, 2014
-
-
David Gloe authored
The slurm_sbcast_lookup() API was recently changed to take a step ID. This changes the Perl API to match that.
-
- Oct 16, 2014
-
-
Morris Jette authored
Refine commit 5f89223f based upon feedback from David Gloe: * It's not only MPI jobs, but anything that uses PMI. That includes MPI, shmem, etc, so you may want to reword the error message. * I added the terminated flag because if multiple tasks on a node exit, you would get an error message from each of them. That reduces it to one error message per node. Cray bug 810310 prompted that change. * Since we're now relying on --kill-on-bad-exit, I think we should update the Cray slurm.conf template to default to 1 (set KillOnBadExit=1 in contribs/cray/slurm.conf.template). bug 1171
-
- Oct 08, 2014
-
-
Danny Auble authored
-
- Sep 23, 2014
-
-
Ryan Cox authored
different approach in Tree Based (Fair tree).
-
- Sep 13, 2014
-
-
David Gloe authored
This patch switches to using the Slurm MPI port reservation method for Cray PMI ports.
-
- Sep 05, 2014
-
-
Danny Auble authored
-
- Sep 04, 2014
-
-
David Gloe authored
* Don't propagate virtual memory by default since DMAPP and others require unlimited * Use default performance governor to match current Cray systems * Only allocate 2 craynetwork resources to KNC nodes since they have half the network resources of other nodes.
-
Morris Jette authored
-
Pierre Lindenbaum authored
renamed the patch for make 3.81 and added a patch for gnu make 4.0
-
- Sep 03, 2014
-
-
Morris Jette authored
-
Morris Jette authored
-
John Morrissey authored
use native tables for everything that you can just index without any setup, so user scripts don't require any boilerplate setup code for them add reservation state in slurm.reservations
-
- Sep 02, 2014
-
-
David Gloe authored
-
- Aug 26, 2014
-
-
Morris Jette authored
-
Bjørn-Helge Mevik authored
-
- Aug 20, 2014
-
-
David Bigagli authored
-
- Aug 05, 2014
-
-
David Bigagli authored
suggest parentheses around assignment used as truth value.
-
Mehdi Dogguy authored
The code tries to load libslurm.so even if precedent dlopen calls succeeded. The code is structured so that we have to "return;" as soon as a dlopen succeeds.
-
- Jul 31, 2014
-
-
Franco Broi authored
-
- Jul 28, 2014
-
-
David Linden authored
Note the perl software may be packaged separately from Slurm and Slurm's xmalloc.h header file is not installed with Slurm.
-
- Jul 21, 2014
-
-
Levi Morrison authored
-
- Jul 18, 2014
-
-
Danny Auble authored
slurm_conf_reinit.
-
- Jul 15, 2014
-
-
Danny Auble authored
-
Danny Auble authored
(From that commit) There was a problem when building from source where for example @bindir@ would resolve to ${prefix}/bin. This patch fixes it, based on http://www.gnu.org/software/autoconf/manual/ autoconf-2.69/html_node/Installation-Directory-Variables.html It also changes opt_modulefiles_slurm to opt_modulefiles_slurm.in but I couldn't figure out how to get git diff to show that.
-
- Jul 10, 2014
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
- Jul 09, 2014
-
-
Danny Auble authored
-
- Jun 19, 2014
-
-
Bill Brophy authored
The attached patch introduces a mechanism for sites to allow jobs to use specialized resources. Jobs take advantage of this capability by designating --core-spec=0.
-