From adb140bdc6e0461f3c3ba7105b52fca229893c9e Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 24 Feb 2021 14:07:07 +0100 Subject: [PATCH 1/2] openmpi: build-script reviewed - build without sge suppotz - use UCX module --- Compiler/openmpi/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Compiler/openmpi/build b/Compiler/openmpi/build index f5a877f..ab246e9 100755 --- a/Compiler/openmpi/build +++ b/Compiler/openmpi/build @@ -22,10 +22,9 @@ pbuild::pre_configure() { pbuild::add_configure_args "--enable-orterun-prefix-by-default" pbuild::add_configure_args "--enable-shared" pbuild::add_configure_args "--enable-static" - pbuild::add_configure_args "--with-sge=yes" - pbuild::add_configure_args "--with-ucx" pbuild::add_configure_args "--with-hwloc=internal" pbuild::add_configure_args "--with-slurm=yes" + pbuild::add_configure_args "--with-ucx=${UCX_PREFIX}" if pbuild::use_flag slurm ; then pbuild::add_configure_args "--with-pmi" From c91ce5031d0b4260d3d4ad242ca54a8722614327 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 24 Feb 2021 14:07:46 +0100 Subject: [PATCH 2/2] openmpi: version 4.0.5 added for rhel6 --- Compiler/openmpi/files/variants.rhel6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Compiler/openmpi/files/variants.rhel6 b/Compiler/openmpi/files/variants.rhel6 index 0f78053..8424455 100644 --- a/Compiler/openmpi/files/variants.rhel6 +++ b/Compiler/openmpi/files/variants.rhel6 @@ -43,3 +43,5 @@ openmpi/3.1.6 stable gcc/{7.5.0,8.4.0,9.3.0,10.1.0} openmpi/4.0.0 stable gcc/{5.5,6.4,6.5,7.3,7.4,8.2,8.3}.0 openmpi/4.0.1 stable gcc/7.4.0 + +openmpi/4.0.5 unstable gcc/{7.5.0,8.4.0,9.3.0,10.2.0} ucx/1.8.1