Skip to content

Commit b802f00

Browse files
committed
refreshing
1 parent 530b0e6 commit b802f00

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

Diff for: containers/opensuse15/OpenHPC-libmesh/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ MAINTAINER Ben Kirk <[email protected]>
99
USER plainuser
1010
SHELL ["/bin/bash", "-lc"]
1111

12-
ARG MPI_FAMILY=openmpi4
1312
ARG LIBMESH_VERSION=1.6.2
1413
RUN whoami && echo ${LIBMESH_VERSION}-${MPI_FAMILY} && module avail \
1514
&& module load petsc boost \

Diff for: containers/opensuse15/OpenHPC/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN echo "basic zypper setup" \
2323
&& zypper -n --no-gpg-checks install ohpc-base \
2424
&& zypper -n --no-gpg-checks install lmod-ohpc nhc-ohpc ohpc-autotools \
2525
&& zypper -n --no-gpg-checks install gnu9-compilers-ohpc \
26-
&& zypper -n --no-gpg-checks install EasyBuild-ohpc hwloc-ohpc spack-ohpc valgrind-ohpc \
26+
&& zypper -n --no-gpg-checks install hwloc-ohpc spack-ohpc valgrind-ohpc \
2727
&& zypper -n --no-gpg-checks install ${MPI_FAMILY_VARIANT}-gnu9-ohpc \
2828
&& zypper -n --no-gpg-checks install lmod-defaults-gnu9-${MPI_FAMILY_VARIANT}-ohpc \
2929
# && zypper -n install ohpc-gnu9-perf-tools
@@ -40,7 +40,6 @@ RUN echo "Extra packages" \
4040
hdf5-gnu9-ohpc phdf5-gnu9-${MPI_FAMILY}-ohpc \
4141
netcdf-gnu9-${MPI_FAMILY}-ohpc \
4242
openblas-gnu9-ohpc \
43-
singularity-ohpc \
4443
&& docker-clean
4544

4645
# Addons Ben wants to play with

Diff for: containers/rocky8/OpenHPC-libmesh/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#ARG MPI_FAMILY=openmpi4
12
ARG MPI_FAMILY=mpich
23

34
FROM benjaminkirk/rocky8-openhpc2-${MPI_FAMILY}:0.0.1
@@ -6,7 +7,6 @@ MAINTAINER Ben Kirk <[email protected]>
67
USER plainuser
78
SHELL ["/bin/bash", "-lc"]
89

9-
ARG MPI_FAMILY=openmpi4
1010
ARG LIBMESH_VERSION=1.6.2
1111
RUN whoami && echo ${LIBMESH_VERSION}-${MPI_FAMILY} && module avail \
1212
&& module load petsc boost \

Diff for: containers/rocky8/OpenHPC/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/rockylinux/rockylinux
1+
FROM docker.io/rockylinux/rockylinux:8
22
MAINTAINER Ben Kirk <[email protected]>
33

44
########################################

0 commit comments

Comments
 (0)