forked from pool/patterns-hpc
Egbert Eich
a43b3b867a
- removed following node based patterns which were used in the system roles of the now removed SUSE HPC product (bsc#1221478). * compute_node as these nodes are now image based * development_node as this was just a nice name for the devel_libraries * workload_server as slurm the workload manager pulls the recommended packages OBS-URL: https://build.opensuse.org/request/show/1158289 OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=53
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
# 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-gnu-openmpi5-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-gnu-openmpi5-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
|