Skip to content

Commit

Permalink
Revert to installing only the common miniapp
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Dec 2, 2024
1 parent 97e8ec1 commit f3fab94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/platypus-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN cmake ../src \
-DENABLE_MPI=YES
RUN make -j$compile_cores install

# Build MFEM and miniapps
# Build MFEM and common miniapp
WORKDIR /$WORKDIR
RUN git clone https://github.com/mfem/mfem.git
WORKDIR /$WORKDIR/mfem
Expand All @@ -119,7 +119,6 @@ WORKDIR /$WORKDIR/mfem/build
RUN cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_POSITION_INDEPENDENT_CODE=YES \
-DMFEM_ENABLE_MINIAPPS=YES \
-DMFEM_USE_OPENMP=NO \
-DMFEM_THREAD_SAFE=NO \
-DHYPRE_DIR=/$WORKDIR/petsc/ \
Expand All @@ -136,6 +135,8 @@ RUN cmake .. \
-DCONDUIT_DIR=/$WORKDIR/conduit/build-install \
-DHDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/openmpi/ && \
make -j$compile_cores
WORKDIR /$WORKDIR/mfem/build/miniapps/common
RUN make -j$compile_cores

# Build GLVis
WORKDIR /$WORKDIR
Expand Down

0 comments on commit f3fab94

Please sign in to comment.