forked from pool/patterns-hpc
Christian Goll
9b4356de9d
- Remove occurrances of openmpi2 - which is obsolete - Replaced occurrances of openmpi3 with openmpi4 (bsc#1199013). OBS-URL: https://build.opensuse.org/request/show/973882 OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=49
44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
# Ping is useful on compute nodes (bsc#1169484)
|
|
Requires: iputils
|
|
# Recommend libraries which are in hpc
|
|
Recommends: libhdf5-gnu-hpc
|
|
Recommends: libhdf5_cpp-gnu-hpc
|
|
Recommends: libhdf5_fortran-gnu-hpc
|
|
Recommends: libhdf5_hl-gnu-hpc
|
|
Recommends: libhdf5_hl_cpp-gnu-hpc
|
|
|
|
Recommends: python3-scipy-gnu-hpc
|
|
|
|
# We require the mpi module and recommend the rest
|
|
Requires: mpich-gnu-hpc
|
|
Requires: mpich-ofi-gnu-hpc
|
|
Requires: mvapich2-gnu-hpc
|
|
Requires: openmpi4-gnu-hpc
|
|
# Just have this two transport on x86_64, to besure to breack anything
|
|
# only recommend them
|
|
%ifarch x86_64
|
|
Recommends: mvapich2-psm2-gnu-hpc
|
|
%endif
|
|
# Now the mpi dependend recommends
|
|
Recommends: libhdf5-gnu-mpich-hpc
|
|
Recommends: libhdf5-gnu-mvapich2-hpc
|
|
Recommends: libhdf5-gnu-openmpi4-hpc
|
|
Recommends: libhdf5_fortran-gnu-mpich-hpc
|
|
Recommends: libhdf5_fortran-gnu-mvapich2-hpc
|
|
Recommends: libhdf5_fortran-gnu-openmpi4-hpc
|
|
Recommends: libhdf5_hl-gnu-mpich-hpc
|
|
Recommends: libhdf5_hl-gnu-mvapich2-hpc
|
|
Recommends: libhdf5_hl-gnu-openmpi4-hpc
|
|
Recommends: libhdf5_hl_fortran-gnu-hpc
|
|
Recommends: libhdf5_hl_fortran-gnu-mpich-hpc
|
|
Recommends: libhdf5_hl_fortran-gnu-mvapich2-hpc
|
|
Recommends: libhdf5_hl_fortran-gnu-openmpi4-hpc
|
|
|
|
Recommends: python3-numpy-gnu-hpc
|
|
Recommends: papi-hpc
|
|
|
|
Recommends: imb-gnu-mpich-hpc
|
|
Recommends: imb-gnu-mvapich2-hpc
|
|
Recommends: imb-gnu-openmpi4-hpc
|
|
|