Skip to content

Commit

Permalink
Removes duplicated environment variables in dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jul 9, 2024
1 parent f1cab83 commit e16585c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docker/platypus-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,4 @@ WORKDIR /$WORKDIR/moose/framework
RUN METHOD=opt make -j$compile_cores

WORKDIR /$WORKDIR/moose/test
RUN METHOD=opt make -j$compile_cores

# This is needed or it mpiexec complains because docker runs as root
# Discussion on this issue https://github.com/open-mpi/ompi/issues/4451
ENV OMPI_ALLOW_RUN_AS_ROOT=1
ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1

# WORKDIR /$WORKDIR/moose/test
# RUN ./run_tests -j"$compile_cores" --re='(?!initial_condition.newton_with_exact_initialization)'

# ENV OMPI_ALLOW_RUN_AS_ROOT=
# ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=
RUN METHOD=opt make -j$compile_cores

0 comments on commit e16585c

Please sign in to comment.