From ef35fd3f1b4c5233ca97af2bb7088bdd4cfd32e0 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 20 Jun 2019 22:32:52 -0600 Subject: [PATCH] Re-enable UCX support, issue hopefully fixed in 1.5.2 --- openmpi.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index 26c4f89..db3c5ec 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -19,12 +19,11 @@ %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) -# UCX appears to be leading to a segfault -#ifarch aarch64 ppc64le x86_64 -#bcond_without ucx -#else +%ifarch aarch64 ppc64le x86_64 +%bcond_without ucx +%else %bcond_with ucx -#endif +%endif Name: openmpi%{?_cc_name_suffix} Version: 4.0.1 @@ -350,6 +349,7 @@ make check %changelog * Fri Jun 21 2019 Orion Poplawski - 4.0.1-6 - Rebuild for libfabric 1.8 +- Re-enable UCX, hopefully issue fixed in 1.5.2 * Mon May 27 2019 Orion Poplawski - 4.0.1-5 - Drop UCX support for now