Skip to content

Commit 8bb074e

Browse files
authored
ci: try to avoid intermittent gcc extended build test failures (MODFLOW-ORG#2930)
avoid some intermittent OpenMPI issues due to inconsistent CI runner state
1 parent 608b0c2 commit 8bb074e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ jobs:
154154
run: cat builddir/meson-logs/meson-log.txt
155155

156156
- name: Unit test the extended MF6 build in the gcc-extended-build environment
157+
env:
158+
# avoid UCX's TCP transport, which can SIGFPE querying network
159+
# interface speed on some CI runners (unrelated to MF6 itself);
160+
# tests only ever run within a single node so ob1/vader suffice
161+
OMPI_MCA_pml: ob1
162+
OMPI_MCA_btl: self,vader
157163
run: pixi run -e gcc-extended-build test builddir
158164

159165
build-static:

0 commit comments

Comments
 (0)