- Jul 17, 2013
-
-
Morris Jette authored
RELEASE_NOTES and news.html files changes. No content added or removed
-
- Jul 10, 2013
-
-
Morris Jette authored
-
- Jun 21, 2013
-
-
Danny Auble authored
-
- Jun 18, 2013
-
-
David Bigagli authored
-
jette authored
-
- Jun 05, 2013
-
-
Danny Auble authored
-
Danny Auble authored
-
- May 31, 2013
-
-
Morris Jette authored
Rename slurm_step_ctx_params_t field from "mem_per_cpu" to "pn_min_memory". Job step now accepts memory specification in either per-cpu or per-node basis.
-
- May 24, 2013
-
-
Morris Jette authored
-
Morris Jette authored
If set, the job's size component will be based upon not the job size alone, but the job's size divided by it's time limit.
-
- May 13, 2013
-
-
Morris Jette authored
Also modify the epilog script to use this new output field
-
- May 11, 2013
-
-
Morris Jette authored
This can be especially useful to schedule GPUs. For example a node can be associated with two Slurm partitions (e.g. "cpu" and "gpu") and the partition/queue "cpu" could be limited to only a subset of the node's CPUs, insuring that one or more CPUs would be available to jobs in the "gpu" partition/queue.
-
- May 01, 2013
-
-
Morris Jette authored
Also add size specification of "%0" to not limit a field size. For example "sacct --format=%0ALL" to print everything.
-
- Apr 16, 2013
-
-
Danny Auble authored
-
- Mar 27, 2013
-
-
Morris Jette authored
-
- Mar 22, 2013
-
-
Morris Jette authored
-
- Mar 20, 2013
-
-
Luis Cabellos authored
-
- Mar 14, 2013
-
-
Morris Jette authored
Add milliseconds to default log message header (both RFC 5424 and ISO 8601 time formats). Disable milliseconds logging using the configure parameter "--disable-log-time-msec". Default time format changes to ISO 8601 (without time zone information). Specify "--enable-rfc5424time" to restore the time zone information.
-
- Mar 13, 2013
-
-
Morris Jette authored
Add milliseconds to default log message header with the (default) RFC5424 time format. Disable milliseconds logging using the configure parameter "--enable-rfc5424time-secs". Sample time stamp format is as follows: "2013-03-13T14:28:17.767-07:00".
-
- Mar 04, 2013
-
-
Danny Auble authored
database.
-
Magnus Jonsson authored
Jobs are not backfilled due to the fact that backfill does not finish the complete backlog of jobs in the queue before it's interrupted and starts all over again. We sometimes have lots of jobs in the queue of various sizes and users and even with idle nodes short job will not start because of this. I have made a patch for backfill with a configuration option (bf_continue) to let backfill continue.
-
- Feb 19, 2013
-
-
David Bigagli authored
-
- Feb 12, 2013
-
-
Morris Jette authored
(within the existing select_nodeinfo field of the node_info_t data structure). Added Allocated Memory to node information displayed by sview and scontrol commands. bug 229
-
Morris Jette authored
This makes the configuration parameter names consistent within a partition and system-wide
-
Morris Jette authored
Added new field to partition_info data structure Break up some long lines and minor format changes Move some definitions and statements into alphabetic order
-
- Feb 11, 2013
-
-
Morris Jette authored
1. Removed the job_submit and job_modify functions from the plugin, they are not required for the "slurmctld" plugin type 2. Renamed the new parameter from "JobSubmitDynAllocPort" to "DynAllocPort" and renamed the variable (You need to change this in your slurm.conf file) 3. Added logic so you can see the DynAllocPort value using "scontrol show config" or "sview" 4. I made some minor formatting changes, mostly for lines that were too long 5. Added #ifdef to the msg.h header file 6. Changed the #ifdef variables in the header files to start with "DYNALLOC_", perhaps not needed, but it should safer, especiallly with some common names like "INFO_H" 7. I re-wrote much of info.c. There was no need to get a copy of the node information and process the copy. We can just work directly with the data structures.
-
Jimmy Cao authored
These provide support for MapReduce+
-
- Feb 07, 2013
-
-
Morris Jette authored
Make core reservation test a bit more flexible in terms of node names Fix arithmetic for core reservation count return for old RPCs Update NEWS and RELEASE_NOTES Remove trailing spaces from recent scontrol man page changes
-
- Jan 30, 2013
-
-
David Bigagli authored
_prefix /usr/local _slurm_sysconfdir %{_prefix}/etc/slurm _mandir %{_prefix}/share/man _infodir %{_prefix}/share/info
-
- Jan 29, 2013
-
-
Morris Jette authored
Used for generic stack of slurmctld daemon plugins
-
- Jan 25, 2013
-
-
Morris Jette authored
-
- Jan 23, 2013
-
-
Morris Jette authored
-
Morris Jette authored
-
- Jan 17, 2013
-
-
Morris Jette authored
Added "KeepAliveTime" configuration parameter From Matthieu Hautreux: TCP_KEEPALIVE addition. No TCP_KEEPALIVE seems to be configured in SLURM TCP exchanges, thus letting the system potentially deadlocked if a remote host dissapear and the local host is waiting on a read (the write would result in a EPIPE or SIGPIPE depending on the masked signals). Adding keepalive with a relatively large timeout value (5 minutes), could enhance the resilience of SLURM for unexpected packet/connection loss without too much implication on the scalability of the solution. The timeout could be configurable in case it is find too aggresive for particular configurations.
-
- Jan 15, 2013
-
-
David Bigagli authored
Add PriorityFlags value of "TICKET_BASED".
-
- Jan 14, 2013
-
-
Morris Jette authored
-
- Jan 10, 2013
-
-
Morris Jette authored
Used to specify the communication protocol to be used for ALPS/BASIL.
-
Danny Auble authored
-
- Jan 08, 2013
-
-
Morris Jette authored
Phase 1 of effort. See "man sbatch" option -a/--array option for details. Creates job records using sbatch. Reports job arrays using scontrol or squeue. More work coming soon...
-
- Dec 21, 2012
-
-
Morris Jette authored
Identify node states on which HealthCheckProgram should be executed.
-