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
This commit is contained in:
Egbert Eich 2023-03-24 08:30:29 +00:00 committed by Git OBS Bridge
parent dbbe646cac
commit fe8b942704
2 changed files with 5 additions and 7 deletions

View File

@ -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/openmpi1/bin
addpath mypath /usr/lib64/mpi/gcc/mvapich2/bin addpath mypath /usr/lib64/mpi/gcc/mvapich2/bin
addpath mypath /usr/lib64/mpi/gcc/mpich/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/[2-9].*/bin
addpath mypath /usr/lib/hpc/gnu*/mpi/openmpi/3.*/bin addpath mypath /usr/lib/hpc/gnu*/mpi/mpich/[3-9].*/bin
addpath mypath /usr/lib/hpc/gnu*/mpi/openmpi/2.*/bin addpath mypath /usr/lib/hpc/gnu*/mpi/mvapich2/[2-9].*/bin
addpath mypath /usr/lib/hpc/gnu*/mpi/mpich/[0-9].*/bin
addpath mypath /usr/lib/hpc/gnu*/mpi/mvapich2/[0-9].*/bin
addpath cpath /usr/lib/hpc/compiler/gnu/*/bin addpath cpath /usr/lib/hpc/compiler/gnu/*/bin
# test if we can run as nobody # test if we can run as nobody

View File

@ -1,8 +1,8 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 23 09:59:40 UTC 2023 - Egbert Eich <eich@suse.com> Thu Mar 23 09:59:40 UTC 2023 - Egbert Eich <eich@suse.com>
- run-find-external.sh: Extend the range of versions of mpich - run-find-external.sh: Extend the range of versions of MPI
and mvapich2 to be searched for when asking Spack to look flavors to be searched for when asking Spack to look
for external packages (bsc#1208751). for external packages (bsc#1208751).
------------------------------------------------------------------- -------------------------------------------------------------------