Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
72466fca
Commit
72466fca
authored
15 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
cleanup whitespace
parent
06b9a110
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
slurm/slurm.h.in
+4
-4
4 additions, 4 deletions
slurm/slurm.h.in
src/api/init_msg.c
+1
-1
1 addition, 1 deletion
src/api/init_msg.c
with
5 additions
and
5 deletions
slurm/slurm.h.in
+
4
−
4
View file @
72466fca
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/api/init_msg.c
+
1
−
1
View file @
72466fca
...
...
@@ -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
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment