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
342d6355
Commit
342d6355
authored
7 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Change comment for better clarity
parent
9d05dcfa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slurm/slurm.h.in
+1
-1
1 addition, 1 deletion
slurm/slurm.h.in
with
1 addition
and
1 deletion
slurm/slurm.h.in
+
1
−
1
View file @
342d6355
...
@@ -919,7 +919,7 @@ enum node_states {
...
@@ -919,7 +919,7 @@ enum node_states {
#define NODE_STATE_DRAIN 0x00000200 /* do not allocated new work */
#define NODE_STATE_DRAIN 0x00000200 /* do not allocated new work */
#define NODE_STATE_COMPLETING 0x00000400 /* node is completing allocated job */
#define NODE_STATE_COMPLETING 0x00000400 /* node is completing allocated job */
#define NODE_STATE_NO_RESPOND 0x00000800 /* node is not responding */
#define NODE_STATE_NO_RESPOND 0x00000800 /* node is not responding */
#define NODE_STATE_POWER_SAVE 0x00001000 /* node i
n
power
save mode
*/
#define NODE_STATE_POWER_SAVE 0x00001000 /* node i
s
power
ed down by slurm
*/
#define NODE_STATE_FAIL 0x00002000 /* node is failing, do not allocate
#define NODE_STATE_FAIL 0x00002000 /* node is failing, do not allocate
* new work */
* new work */
#define NODE_STATE_POWER_UP 0x00004000 /* restore power or otherwise
#define NODE_STATE_POWER_UP 0x00004000 /* restore power or otherwise
...
...
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