- May 28, 2014
-
-
Morris Jette authored
Show exactly waht the bad ProfileHDF5Default value is.
-
Morris Jette authored
ProfileHDF5Default=Filesystem should be ProfileHDF5Default=Lustre
-
Morris Jette authored
Added double brackets so brackets could be used within test program
-
Morris Jette authored
Fix for commit 3f7bd421
-
Morris Jette authored
Replace AC_TRY_RUN with more modern AC_RUN_IFELSE and assume printf of NULL does not seg fault
-
Morris Jette authored
This give system administrators the option on AMD Opteron 6000 series processors of either considering each NUMA node on a socket as a separate socket (resulting in some incorrect logging of socket count information) or not (resulting in sub-optimal job allocations since each core in the socket will be considered equivalent, even if on different NUMA nodes within the socket). bug 838
-
Danny Auble authored
67fdbce5
-
Morris Jette authored
When a batch job requeue completes, clear it's bitmap of completing nodes. If the bitmap were to persist, and nodes are added/remove in slurm.conf, and "scontrol reconfigure" is executed, and one of the bits in that bitmap now point to a DOWN node, avoid killing the job. bug 805
-
- May 27, 2014
-
-
Morris Jette authored
If a batch job is discovered to be missing from it's head node, set its exit code to 1 rather than leaving it as zero. Bug 833
-
Morris Jette authored
Was printing unsigned as int
-
Morris Jette authored
-
Danny Auble authored
-
- May 23, 2014
-
-
David Bigagli authored
-
David Bigagli authored
-
Yu Watanabe authored
-
Danny Auble authored
compiler would treat 1 as a 32 bit number and wrap.
-
Danny Auble authored
more of a hey, the user is asking for something out of the norm.
-
Danny Auble authored
not able to be separated into multiply patches. If EnforcePartLimits=Yes and QOS job is using can override limits, allow it. Fix issues if partition allows or denys account's or QOS' and either are not set. If a job requests a partition and it doesn't allow a QOS or account the job is requesting pend unless EnforcePartLimits=Yes. Before it would always kill the job at submit.
-
Danny Auble authored
-
- May 22, 2014
-
-
wickberg authored
-
- May 21, 2014
-
-
Morris Jette authored
This reverts commit 859839a7 The ntasks_per_core option was previously really treated like number of CPUs (rather than tasks) to allocate per core, which seems to be what is desired.
-
David Bigagli authored
-
Danny Auble authored
-
Danny Auble authored
wait for.
-
Danny Auble authored
based on the mask given.
-
Danny Auble authored
task/affinity.
-
Danny Auble authored
thread in a core.
-
Danny Auble authored
it can bind cyclically across sockets.
-
- May 20, 2014
-
-
Morris Jette authored
Previous logic assumed cpus_per_task=1, so ntasks_per_core option could spread the job across more cores than desired
-
Morris Jette authored
cpus-per-task support: Try to pack all CPUs of each tasks onto one socket. Previous logic could spread the tasks CPUs across multiple sockets.
-
Morris Jette authored
Previous logic was counting CPUs, but assuming each task would only use one CPU.
-
Dan Weeks authored
-
Danny Auble authored
This reverts commit b22268d8.
-
Danny Auble authored
-
Morris Jette authored
-
- May 19, 2014
-
-
Morris Jette authored
-
Nathan Yee authored
-
Morris Jette authored
-
Morris Jette authored
Conflicts: src/slurmctld/job_mgr.c
-
Morris Jette authored
Properly enforce job --requeue and --norequeue options. Previous logic was in three places not doing so (either ignoring the value, ANDing it with the JobRequeue configuration option or using the JobRequeue configuration option by itself). bug 821
-