Skip to content

Commit d6704b9

Browse files
Merge pull request #95 from sandialabs/mca_params
More reliable MCA parameters in CI tests
2 parents 3b5d9ba + 3264544 commit d6704b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ services:
4141
-DBUILD_TESTING=ON \
4242
-DMPIEXEC_PREFLAGS="--allow-run-as-root;--map-by;:oversubscribe" && \
4343
make -j
44+
45+
ENV OMPI_MCA_coll=^han
46+
ENV OMPI_MCA_btl=tcp,sm,self
4447
4548
WORKDIR /fenix/build
4649
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)