Skip to content

Commit

Permalink
use new fortran flags
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Sep 4, 2024
1 parent db091da commit 658b385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpi4py-nersc-version/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN \
wget https://www.mpich.org/static/downloads/$mpich/$mpich_prefix.tar.gz && \
tar xvzf $mpich_prefix.tar.gz && \
cd $mpich_prefix && \
./configure && \
FFLAGS=-fallow-argument-mismatch FCFLAGS=-fallow-argument-mismatch ./configure && \
make -j 2 && \
make install && \
make clean && \
Expand Down

0 comments on commit 658b385

Please # to comment.