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

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
...@@ -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
......
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