Skip to content
Snippets Groups Projects
Commit e2ebab40 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

export orterun as mpiexec

parent 4bab6866
No related branches found
No related tags found
1 merge request!30Resolve "[Docker] mpiexec not set"
......@@ -80,7 +80,7 @@ RUN /bin/bash /home/user/spack-environments/spack_setup.sh -b ${toolchain}
# If testing toolchains, load the freshly made toolchain and compile octopus and run checks
# If the toolchain variable is 'global' then exit(0) and do nothing else clone octopus, load toolchains and make and test octopus
ENV MODULEPATH=/home/user/spack-environments/lmod/Core:/etc/lmod/modules:/usr/share/lmod/lmod/modulefiles
ENV MPIEXEC=orterun
RUN if [ "${toolchain}" = "global" ]; \
then exit 0; \
else \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment