From 06d177a016884c06a7e903080f938a5913bbf71a Mon Sep 17 00:00:00 2001 From: ganiruddha03 <103038659+ganiruddha03@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:46:49 +0800 Subject: [PATCH] C9A + [25,125] + --jobID added --- dlg-graphs-final/240909_pipeline_cimager_singularity.graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlg-graphs-final/240909_pipeline_cimager_singularity.graph b/dlg-graphs-final/240909_pipeline_cimager_singularity.graph index 76f3989..f53fe48 100644 --- a/dlg-graphs-final/240909_pipeline_cimager_singularity.graph +++ b/dlg-graphs-final/240909_pipeline_cimager_singularity.graph @@ -714,7 +714,7 @@ "fields": [ { "name": "command", - "value": "srun --export=ALL --ntasks 1 --ntasks-per-node 1 singularity exec --bind $PWD:/askapbuffer,/scratch:/scratch /software/projects/pawsey0411/awicenec/singularity/askapsoft_1.17.5-mpich.sif cimager -c %i0", + "value": "srun --jobid=$SLURM_JOBID --export=ALL --ntasks 1 --ntasks-per-node 1 singularity exec --bind $PWD:/askapbuffer,/scratch:/scratch /software/projects/pawsey0411/awicenec/singularity/askapsoft_1.17.5-mpich.sif cimager -c %i0", "defaultValue": "", "description": "The command to be executed", "readonly": false,