diff --git a/patterns-hpc.changes b/patterns-hpc.changes index 2c783ff..ce2f1bc 100644 --- a/patterns-hpc.changes +++ b/patterns-hpc.changes @@ -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 diff --git a/patterns-hpc.spec b/patterns-hpc.spec index e6be9f8..03d9d8b 100644 --- a/patterns-hpc.spec +++ b/patterns-hpc.spec @@ -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