From fe8b942704924a6447fc3146a66682c5588a467e363f3648215cd6d9a64b2ee2 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 24 Mar 2023 08:30:29 +0000 Subject: [PATCH] Accepting request 1074103 from home:eeich:branches:network:cluster - run-find-external.sh: Extend the range of versions of MPI flavors to be searched for when asking Spack to look OBS-URL: https://build.opensuse.org/request/show/1074103 OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=66 --- run-find-external.sh.in | 8 +++----- spack.changes | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/run-find-external.sh.in b/run-find-external.sh.in index 5983dd4..17414ef 100644 --- a/run-find-external.sh.in +++ b/run-find-external.sh.in @@ -65,11 +65,9 @@ addpath mypath /usr/lib64/mpi/gcc/openmpi2/bin addpath mypath /usr/lib64/mpi/gcc/openmpi1/bin addpath mypath /usr/lib64/mpi/gcc/mvapich2/bin addpath mypath /usr/lib64/mpi/gcc/mpich/bin -addpath mypath /usr/lib/hpc/gnu*/mpi/openmpi/4.*/bin -addpath mypath /usr/lib/hpc/gnu*/mpi/openmpi/3.*/bin -addpath mypath /usr/lib/hpc/gnu*/mpi/openmpi/2.*/bin -addpath mypath /usr/lib/hpc/gnu*/mpi/mpich/[0-9].*/bin -addpath mypath /usr/lib/hpc/gnu*/mpi/mvapich2/[0-9].*/bin +addpath mypath /usr/lib/hpc/gnu*/mpi/openmpi/[2-9].*/bin +addpath mypath /usr/lib/hpc/gnu*/mpi/mpich/[3-9].*/bin +addpath mypath /usr/lib/hpc/gnu*/mpi/mvapich2/[2-9].*/bin addpath cpath /usr/lib/hpc/compiler/gnu/*/bin # test if we can run as nobody diff --git a/spack.changes b/spack.changes index cdff6fb..2b67b02 100644 --- a/spack.changes +++ b/spack.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- Thu Mar 23 09:59:40 UTC 2023 - Egbert Eich -- run-find-external.sh: Extend the range of versions of mpich - and mvapich2 to be searched for when asking Spack to look +- run-find-external.sh: Extend the range of versions of MPI + flavors to be searched for when asking Spack to look for external packages (bsc#1208751). -------------------------------------------------------------------