Hi OpenMPI maintainers,
I have temporary access to servers with AMD Epyc processors running RHEL7. I'm trying to deploy OpenMPI with several setup but each time "make check" fails on *opal_path_nfs*. This test freeze for ever consuming no cpu resources. After nearly one hour I have killed the process. *_In test-suite.log I have:_* ==================================================================== Open MPI v3.1.x-201810100324-c8e9819: test/util/test-suite.log ==================================================================== # TOTAL: 3 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: opal_path_nfs =================== FAIL opal_path_nfs (exit status: 137) _*In opal_path_nfs.out I have a list of path:*_ /proc proc /sys sysfs /dev devtmpfs /run tmpfs / xfs /sys/kernel/security securityfs /dev/shm tmpfs /dev/pts devpts /sys/fs/cgroup tmpfs /sys/fs/cgroup/systemd cgroup /sys/fs/pstore pstore /sys/firmware/efi/efivars efivarfs /sys/fs/cgroup/hugetlb cgroup /sys/fs/cgroup/pids cgroup /sys/fs/cgroup/net_cls,net_prio cgroup /sys/fs/cgroup/devices cgroup /sys/fs/cgroup/cpu,cpuacct cgroup /sys/fs/cgroup/freezer cgroup /sys/fs/cgroup/perf_event cgroup /sys/fs/cgroup/cpuset cgroup /sys/fs/cgroup/memory cgroup /sys/fs/cgroup/blkio cgroup /proc/sys/fs/binfmt_misc autofs /sys/kernel/debug debugfs /dev/hugepages hugetlbfs /dev/mqueue mqueue /sys/kernel/config configfs /proc/sys/fs/binfmt_misc binfmt_misc /boot/efi vfat /local xfs /var xfs /tmp xfs /var/lib/nfs/rpc_pipefs rpc_pipefs /home nfs /cm/shared nfs /scratch nfs /run/user/1013 tmpfs /run/user/1010 tmpfs /run/user/1046 tmpfs /run/user/1015 tmpfs /run/user/1121 tmpfs /run/user/1113 tmpfs /run/user/1126 tmpfs /run/user/1002 tmpfs /run/user/1130 tmpfs /run/user/1004 tmpfs _*In opal_path_nfs.log:*_ FAIL opal_path_nfs (exit status: 137) The compiler is GCC9.2. I've also tested openmpi-4.0.3 built with gcc 8.2. Same problem. Thanks for your help. Patrick