Skip to content
Snippets Groups Projects
Commit 89fb1cd9 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Adding pty to slurm options

parent 55813531
No related branches found
No related tags found
No related merge requests found
Pipeline #196665 failed
......@@ -46,7 +46,7 @@ variables:
variables:
MOUNT_POINT: /stack
BUILDCACHE: "/work/scitas-ge/richart/ci/buildcache"
COMMAND_OPTIONS_SBATCH: ${slurm_options}
COMMAND_OPTIONS_SBATCH: ${slurm_options} --pty
APPTAINER_EXEC_OPTIONS: ${apptainer_options} --cleanenv --no-home --bind ${BUILDCACHE}:/buildcache:rw --bind ${CI_PROJECT_DIR}:${MOUNT_POINT}
.spack_cache:
......
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