Skip to content
Snippets Groups Projects
Commit b05431a1 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9522: Run srun from Docker directly, without ssh to localhost

parent e361f207
No related branches found
No related tags found
No related merge requests found
......@@ -70,4 +70,4 @@ globalfs = yes
# /bin/bash -c
#
# Required because the pipeline framework needs some bash functionality in the commands it starts.
cmdline = srun --exclusive --ntasks=1 --cpus-per-task={nr_cores} --jobid={slurm_job_id} --job-name={job_name} docker-run-slurm.sh --rm -u {uid} -v /data:/data --net=host {docker_env} lofar-pipeline:${LOFAR_TAG} {command}
cmdline = srun --exclusive --ntasks=1 --cpus-per-task={nr_cores} --jobid={slurm_job_id} --job-name={job_name} /data/bin/docker-run-slurm.sh --rm -u {uid} -v /data:/data --net=host {docker_env} lofar-pipeline:${LOFAR_TAG} {command}
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