File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y gfortran-14 git wget valgrind
55RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100 --slave /usr/bin/gfortran gfortran /usr/bin/gfortran-14
66RUN wget -O /usr/bin/fpm https://github.com/fortran-lang/fpm/releases/download/v0.10.1/fpm-0.10.1-linux-x86_64 && chmod 555 /usr/bin/fpm
77RUN apt update && apt install -y locales && rm -rf /var/lib/apt/lists/* && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
8+ RUN apt update && apt install -y openmpi-bin openmpi-doc libopenmpi-dev
89
910# Build pfunit
1011COPY scripts/build-pfunit.sh /solution/build-pfunit.sh
11- RUN ./solution/build-pfunit.sh -b -p /pfunit
12+ RUN /solution/build-pfunit.sh -b -p /pfunit
13+
14+ # Allow MPI to oversubscribe
15+ ENV PRTE_MCA_rmaps_default_mapping_policy=":oversubscribe"
You can’t perform that action at this time.
0 commit comments