Hardcode Cray libfabric

This commit is contained in:
Caubet Serrabou Marc
2024-09-26 14:30:21 +02:00
parent 521fdfa309
commit 5535d2b4e5
+2 -4
View File
@@ -9,8 +9,6 @@ openmpi:
configure_args: configure_args:
- --enable-shared - --enable-shared
- --enable-static - --enable-static
docfiles: [AUTHORS, LICENSE, NEWS, README] docfiles: [AUTHORS, LICENSE, NEWS, README]
urls: urls:
- url: https://download.open-mpi.org/release/open-mpi/v${V_MAJOR}.${V_MINOR}/openmpi-${V_PKG}.tar.bz2 - 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] use_overlays: [PSI]
group_deps: group_deps:
compiler: {gcc: [12.3.0], intelcc: [22.2]} 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] runtime_deps: [cuda/12.2.0]
configure_args+: configure_args+:
- --with-ofi=${LIBFABRIC_PREFIX} - --with-ofi=/opt/cray/libfabric/1.15.2.0
- --enable-mpi1-compatibility - --enable-mpi1-compatibility
- --with-cxi - --with-cxi
- --with-lustre - --with-lustre