Skip to content
Snippets Groups Projects
Commit af682051 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Move MPI fix to the jobs.conf

parent 6e729c66
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ JOBS:
WALLCLOCK: 01:00
RUNNING: chunk
PROCESSORS: 16
CUSTOM_DIRECTIVES: ["#SBATCH -N 2", "export OMPI_MCA_btl_tcp_if_include='10.0.0.0/8'"]
CUSTOM_DIRECTIVES: ["#SBATCH -N 2", 'export OMPI_MCA_btl_tcp_if_include="10.0.0.0/8"']
TRANSFER:
FILE: templates/transfer.sh
......
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