Skip to content

Commit

Permalink
Allow to oversubscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed May 10, 2024
1 parent eac66ce commit 7de0c67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Configure
run: |
export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe
cmake -B build -S . -GNinja \
-DCMAKE_CXX_COMPILER=$(which mpicxx)
cmake --build build
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN mkdir /highfive \
ENV CMAKE_PREFIX_PATH=/highfive/install
ENV OMPI_ALLOW_RUN_AS_ROOT=1
ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
ENV PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe

COPY . /src

Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ find_program(
DOC "Executable for running MPI programs.")

add_test(NAME parquet2hdf5_mpi
COMMAND ${mpi_launcher} -n 2 $<TARGET_FILE:parquet2hdf5>
COMMAND ${mpi_launcher} -n 4 $<TARGET_FILE:parquet2hdf5>
${CMAKE_CURRENT_SOURCE_DIR}/parquets edges_n4.h5 All)

add_test(NAME touches_conversion_v1
Expand Down

0 comments on commit 7de0c67

Please sign in to comment.