Skip to content

Commit

Permalink
flags to build mpich with mamba gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Sep 4, 2024
1 parent e7b5358 commit 72fe061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txpipe-min-failing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mkdir /opt/mpich \
&& wget http://www.mpich.org/static/downloads/${MPI_VERSION}/mpich-${MPI_VERSION}.tar.gz \
&& tar xvzf mpich-${MPI_VERSION}.tar.gz \
&& cd mpich-${MPI_VERSION} \
&& ./configure --disable-cxx --with-channel=ch3 \
&& FFLAGS=-fallow-argument-mismatch FCFLAGS=-fallow-argument-mismatch ./configure --disable-cxx --with-channel=ch3 \
&& make \
&& make install \
&& rm -rf /opt/mpich
Expand Down

0 comments on commit 72fe061

Please sign in to comment.