From 5535d2b4e5bbc86995dbb237c96cbb9699092bde Mon Sep 17 00:00:00 2001 From: Caubet Serrabou Marc Date: Thu, 26 Sep 2024 14:30:21 +0200 Subject: [PATCH] Hardcode Cray libfabric --- Compiler/openmpi/files/config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Compiler/openmpi/files/config.yaml b/Compiler/openmpi/files/config.yaml index 03f28e0..f52a321 100644 --- a/Compiler/openmpi/files/config.yaml +++ b/Compiler/openmpi/files/config.yaml @@ -9,8 +9,6 @@ openmpi: configure_args: - --enable-shared - --enable-static - - docfiles: [AUTHORS, LICENSE, NEWS, README] urls: - url: https://download.open-mpi.org/release/open-mpi/v${V_MAJOR}.${V_MINOR}/openmpi-${V_PKG}.tar.bz2 @@ -68,10 +66,10 @@ openmpi: use_overlays: [PSI] group_deps: compiler: {gcc: [12.3.0], intelcc: [22.2]} - build_requires: [pmix/5.0.3, hwloc/2.11.1, patchelf/0.14.5] + build_requires: [pmix/5.0.3, hwloc/2.11.1, libfabric/1.15.2.0, patchelf/0.14.5] runtime_deps: [cuda/12.2.0] configure_args+: - - --with-ofi=${LIBFABRIC_PREFIX} + - --with-ofi=/opt/cray/libfabric/1.15.2.0 - --enable-mpi1-compatibility - --with-cxi - --with-lustre