SHA256
1
0
forked from pool/patterns-hpc

Accepting request 591007 from home:mslacken:hpc

- made compute node pattern visible (bsc#086828)
- fixed typos

OBS-URL: https://build.opensuse.org/request/show/591007
OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=17
This commit is contained in:
Christian Goll 2018-03-26 10:27:27 +00:00 committed by Git OBS Bridge
parent 061a137fe7
commit 24657e2f13
2 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 26 10:11:06 UTC 2018 - cgoll@suse.com
- made compute node pattern visible (bsc#086828)
- fixed typos
-------------------------------------------------------------------
Wed Mar 14 12:15:06 UTC 2018 - eich@suse.com

View File

@ -19,7 +19,7 @@
Name: patterns-hpc
Version: 20180226
Release: 0
Summary: Patterns for Installation (HPC patterns)
Summary: Source package for HPC Patterns
License: MIT
Group: Metapackages
Url: https://github.com/openSUSE/patterns
@ -41,10 +41,12 @@ This particular package contains all the HPC related patterns
%package compute_node
%pattern_serverfunctions
Summary: HPC compute node
Summary: Basic Compute Node
Group: Metapackages
Provides: pattern() = hpc-compute_node
Provides: pattern-icon() = pattern-generic
Provides: pattern-visible()
Requires: nfs-client
Requires: openssh
@ -65,7 +67,7 @@ Recommends: genders
Recommends: perl-genders
%description compute_node
A compute node has a minmal software image and mainly runs simultion programs. Services on this node should be reduced to a bare minimum and the node *must* be installed in a automatic manner. A basset of numerical libraries should also be installed.
A compute node has a minimal software image and mainly runs simulation programs. Services on this node should be reduced to a bare minimum and the node *must* be installed in a automatic manner. The pattern HPC libraries should also be installed.
%files compute_node
%dir %{_defaultdocdir}/patterns
@ -75,7 +77,7 @@ A compute node has a minmal software image and mainly runs simultion programs. S
%package libraries
%pattern_serverfunctions
Summary: HPC modularized libraries
Summary: Modularized Libraries
Group: Metapackages
Provides: pattern() = hpc-libraries
Provides: pattern-icon() = pattern-generic
@ -87,7 +89,8 @@ Requires: lua-lmod
%include %{SOURCE1}
%description libraries
This package provides all the modularized libraries so that they can be used in a hpc environment. Especially these libariries allows you to install a mpi enabled libarary for different mpi libraries.
This package provides all the modularized libraries so that they can be used in a HPC environment. Especially these libraries allows you to install several MPI flavors in parallel.
In order to use this libraries you have them to load first via the module command.
%files libraries
%dir %{_defaultdocdir}/patterns
@ -95,8 +98,8 @@ This package provides all the modularized libraries so that they can be used in
################################################################################
%package development_node
%pattern_serverfunctions
Summary: Packages needed to be able to develop HPC Apps
%pattern_development
Summary: Development files for Modularized Libraries
Group: Metapackages
Provides: pattern() = hpc-development_node
Provides: pattern-icon() = pattern-basis-devel
@ -134,7 +137,7 @@ Requires: lua-lmod
%include %{SOURCE2}
%description development_node
This package provides all the relevant packages for developing HPC applications. It depends on the hpc-compute node and adds additionally the compilers and includes also the relevant managment packages.
This package provides all the relevant packages for developing HPC applications. It depends on the HPC libraries and adds additionally the compilers and includes also the relevant management packages.
%files development_node
%dir %{_defaultdocdir}/patterns