We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a658cff commit 6745156Copy full SHA for 6745156
slurm/slurm_errno.h
@@ -245,6 +245,7 @@ typedef enum {
245
ESLURM_INVALID_HET_STEP_JOB,
246
ESLURM_JOB_TIMEOUT_KILLED,
247
ESLURM_JOB_NODE_FAIL_KILLED,
248
+ ESLURM_EMPTY_LIST,
249
250
/* SPANK errors */
251
ESPANK_ERROR = 3000,
src/common/slurm_errno.c
@@ -437,6 +437,8 @@ slurm_errtab_t slurm_errtab[] = {
437
"Job killed due hitting max wall clock limit" },
438
{ ERRTAB_ENTRY(ESLURM_JOB_NODE_FAIL_KILLED),
439
"Job killed due node failure" },
440
+ { ERRTAB_ENTRY(ESLURM_EMPTY_LIST),
441
+ "Empty list" },
442
443
444
{ ERRTAB_ENTRY(ESPANK_ERROR),
0 commit comments