Skip to content

Commit 6bbc58e

Browse files
committed
fixup: try mpich
1 parent 23c7933 commit 6bbc58e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/ubuntu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ RUN apt-get update \
1414
emacs \
1515
wget \
1616
libssl-dev \
17-
flex \
1817
&& apt-get clean \
1918
&& rm -rf /var/lib/apt/lists/*
2019

@@ -34,10 +33,12 @@ ENV PYTHONPATH=${PYTHONPATH}:${MYNA_DIR}
3433

3534
# What we want to install and how we want to install it
3635
# is specified in a manifest file (spack.yaml)
36+
# mpich added because of issues with openmpi
3737
RUN mkdir -p /opt/spack-environment && \
3838
set -o noclobber \
3939
&& (echo spack: \
4040
&& echo ' specs:' \
41+
&& echo ' - [email protected]' \
4142
&& echo ' - exaca@master' \
4243
&& echo ' - additivefoam@main' \
4344
&& echo ' concretizer:' \

0 commit comments

Comments
 (0)