Skip to content

Commit 3eb7c60

Browse files
authored
Merge pull request #22817 from wjr-timmers/OpenMPI-4.1.5-patch
add optional patch file for OpenMPI 4.1.5 to disable OPAL path NFS test
2 parents 1096350 + cf680c3 commit 3eb7c60

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Disable opal_path_nfs test in OpenMPI 4.1.5 as this test can easily fail on some systems,
2+
when NFS mounts are used. Generally, this test is flaky, which may prevent users
3+
from installing OpenMPI for no apparent reason.
4+
5+
--- a/test/util/Makefile.am
6+
+++ b/test/util/Makefile.am
7+
@@ -39,8 +39,7 @@
8+
check_PROGRAMS = \
9+
opal_bit_ops \
10+
- opal_path_nfs \
11+
bipartite_graph
12+
13+
TESTS = \
14+
$(check_PROGRAMS)
15+
16+
@@ -82,5 +81,0 @@
17+
-opal_path_nfs_SOURCES = opal_path_nfs.c
18+
-opal_path_nfs_LDADD = \
19+
- $(top_builddir)/opal/lib@[email protected] \
20+
- $(top_builddir)/test/support/libsupport.a
21+
-opal_path_nfs_DEPENDENCIES = $(opal_path_nfs_LDADD)

0 commit comments

Comments
 (0)