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

Adding environment variable to fix MPI issue in LMU cluster. Need to find a more general solution.

parent 93269955
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,9 @@ source ${SPACK_ENV}
# Load icon module
spack load icon-nwp@%ICON_VERSION%
# FIXME: What is the best way of adding extra required parameters in a flexible manner?
export OMPI_MCA_btl_tcp_if_include='10.0.0.0/8'
# Run icon
srun icon
\ No newline at end of file
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