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
c32d5da0
Commit
c32d5da0
authored
8 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
Add TRES_STR_CALC to the mix to be used to determine if we need to recreate
the tres_alloc_str on a job at the end, dealing with energy.
parent
69ed08cd
No related branches found
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
+2
-0
2 additions, 0 deletions
slurm/slurm.h.in
with
2 additions
and
0 deletions
slurm/slurm.h.in
+
2
−
0
View file @
c32d5da0
...
@@ -1015,6 +1015,8 @@ enum ctx_keys {
...
@@ -1015,6 +1015,8 @@ enum ctx_keys {
#define SPREAD_JOB 0x00000100 /* Spread job across max node count */
#define SPREAD_JOB 0x00000100 /* Spread job across max node count */
#define USE_MIN_NODES 0x00000200 /* Prefer minimum node count */
#define USE_MIN_NODES 0x00000200 /* Prefer minimum node count */
#define JOB_KILL_HURRY 0x00000400 /* Avoid burst buffer stage out */
#define JOB_KILL_HURRY 0x00000400 /* Avoid burst buffer stage out */
#define TRES_STR_CALC 0x00000800 /* Avoid calculating TRES strings at the
* end of a job. */
/*****************************************************************************\
/*****************************************************************************\
* SLURM HOSTLIST FUNCTIONS
* SLURM HOSTLIST FUNCTIONS
...
...
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