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

Install icon-nwp with an mpi version with slurm.

parent d0fadd6a
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ source ${SPACK_ENV} ...@@ -26,7 +26,7 @@ source ${SPACK_ENV}
# If the model is not installed, install it. # If the model is not installed, install it.
if [ $( spack find icon-nwp@${ICON_VERSION} &> /dev/null ; echo $? ) -ne 0 ]; then if [ $( spack find icon-nwp@${ICON_VERSION} &> /dev/null ; echo $? ) -ne 0 ]; then
spack install icon-nwp@${ICON_VERSION} spack install icon-nwp@${ICON_VERSION} ^mpi+slurm
fi fi
if [ $( spack find icon-nwp@${ICON_VERSION} &> /dev/null ; echo $? ) -ne 0 ]; then if [ $( spack find icon-nwp@${ICON_VERSION} &> /dev/null ; echo $? ) -ne 0 ]; then
......
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