Skip to content
Snippets Groups Projects
Verified Commit 406b7b52 authored by Simon Schwitanski's avatar Simon Schwitanski :slight_smile:
Browse files

Allow OpenMPI oversubscription for tests

parent 4a332cc1
No related branches found
No related tags found
No related merge requests found
Pipeline #376333 failed
...@@ -110,6 +110,7 @@ RUN chown -R user /build ...@@ -110,6 +110,7 @@ RUN chown -R user /build
USER user USER user
RUN cd MUST-v${MUST_VERSION}/build && \ RUN cd MUST-v${MUST_VERSION}/build && \
OMPI_MCA_rmaps_base_oversubscribe=true \
make check-minimal -j8 make check-minimal -j8
RUN rm -r /build RUN rm -r /build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment