Skip to content

Commit d697feb

Browse files
committed
Switching to MPICH 3.4rc1 for Qarnot
1 parent 2d952a7 commit d697feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freefem-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN autoreconf -i \
4040

4141
# Compile PETSc/SLEPc and reconfigure FreeFEM
4242
RUN cd $DIRPATH/3rdparty/ff-petsc \
43-
&& make petsc-slepc
43+
&& sed -i .bak 's#download-mpich#download-mpich=http://www.mpich.org/static/downloads/3.4rc1/mpich-3.4rc1.tar.gz#' Makefile && make petsc-slepc
4444

4545
# Reconfigure and compile FreeFEM
4646
RUN ./reconfigure && make -j 1

0 commit comments

Comments
 (0)