Skip to content
Snippets Groups Projects
Commit 72466fca authored by Danny Auble's avatar Danny Auble
Browse files

cleanup whitespace

parent 06b9a110
No related branches found
No related tags found
No related merge requests found
......@@ -492,17 +492,17 @@ enum ctx_keys {
#define CR_CPU 0x0001 /* Resources are shared down to the level of
* logical processors which can be socket,
* core, or thread depending on the system. */
#define CR_SOCKET 0x0002 /* Resources are shared down to the socket
#define CR_SOCKET 0x0002 /* Resources are shared down to the socket
* level. Jobs will not be co-allocated
* within a socket. */
#define CR_CORE 0x0004 /* Resources are shared down to the core level.
* Jobs will not be co-allocated within a
* Jobs will not be co-allocated within a
* core. */
#define CR_MEMORY 0x0010 /* Memory as consumable resources. Memory is
#define CR_MEMORY 0x0010 /* Memory as consumable resources. Memory is
* not over-commited when selected as a CR. */
#define CR_ONE_TASK_PER_CORE 0x0100
/* By default, schedule only one task per core.
* Without this option, tasks would be
* Without this option, tasks would be
* allocated threads. */
#define MEM_PER_CPU 0x80000000
......
......@@ -103,7 +103,7 @@ void slurm_init_job_desc_msg(job_desc_msg_t * job_desc_msg)
}
/*
* slurm_init_update_step_msg - initialize step update message with default
* slurm_init_update_step_msg - initialize step update message with default
* values before calling slurm_update_step()
* OUT step_msg - step update messasge descriptor
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment