Add additional MetaData jobName and slurmInfo

This commit is contained in:
Jan Eitzinger 2022-03-16 07:46:23 +01:00
parent 11c42b6903
commit 403f74ddee

View File

@ -133,9 +133,13 @@
"type": "string", "type": "string",
"description": "The batch script of the job" "description": "The batch script of the job"
}, },
"slurmdata": { "jobName": {
"type": "string", "type": "string",
"description": "Additional Slurm information" "description": "Slurm Job name"
},
"slurmInfo": {
"type": "string",
"description": "Additional slurm infos as show by scontrol show job"
} }
} }
}, },
@ -323,6 +327,7 @@
"user", "user",
"project", "project",
"cluster", "cluster",
"subCluster",
"partition", "partition",
"numNodes", "numNodes",
"exclusive", "exclusive",