File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ WORKDIR $LIB_DIR
92
92
# install mfem
93
93
RUN git clone https://github.com/mfem/mfem.git mfem_parallel
94
94
WORKDIR ./mfem_parallel
95
- # v4.5.2-dev commit. This is the mfem version used by PyMFEM v4.5.2.0 .
96
- RUN git checkout 00b2a0705f647e17a1d4ffcb289adca503f28d42
95
+ # v_4.7 commit. This is the mfem version used by PyMFEM v4.7.0.1 .
96
+ RUN git checkout dc9128ef596e84daf1138aa3046b826bba9d259f
97
97
# RUN tar -zxvf mfem-4.5.tar.gz
98
98
# RUN mv mfem-4.5 mfem_parallel
99
99
# RUN git pull
Original file line number Diff line number Diff line change 178
178
fi
179
179
if [[ $UPDATE_LIBS == " true" ]]; then
180
180
cd mfem_parallel
181
- # NOTE(kevin): v4.5.2-dev commit. This is the mfem version used by PyMFEM v4.5.2.0 .
181
+ # v4.7.0 commit. This is the mfem version used by PyMFEM v4.7.0.1 .
182
182
# This version matching is required to support pylibROM-PyMFEM interface.
183
- git checkout 00b2a0705f647e17a1d4ffcb289adca503f28d42
183
+ git checkout dc9128ef596e84daf1138aa3046b826bba9d259f
184
184
make -j 8 parallel CPPFLAGS=" ${ROM_CXXFLAGS} " STATIC=NO SHARED=YES MFEM_USE_MPI=YES MFEM_USE_GSLIB=${MG} MFEM_USE_LAPACK=${MFEM_USE_LAPACK:- " NO" } MFEM_USE_METIS=YES MFEM_USE_METIS_5=YES METIS_DIR=" $METIS_DIR " METIS_OPT=" $METIS_OPT " METIS_LIB=" $METIS_LIB " MFEM_USE_SUPERLU=${MFEM_USE_SUPERLU:- " NO" } SUPERLU_DIR=" $SUPERLU_DIR " SUPERLU_OPT=" $SUPERLU_OPT " SUPERLU_LIB=" $SUPERLU_LIB "
185
185
check_result $? mfem-parallel-installation
186
186
fi
You can’t perform that action at this time.
0 commit comments