From ab3459b018a63a9711f828c92004a235afc276c574da5040f6c957bea364808a Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Wed, 14 Mar 2018 12:19:07 +0000 Subject: [PATCH 01/10] - Make 'Provides: pattern() = .." and package name match (bsc#1085254). OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=14 --- patterns-hpc.changes | 6 ++++++ patterns-hpc.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/patterns-hpc.changes b/patterns-hpc.changes index 11ff103..2c783ff 100644 --- a/patterns-hpc.changes +++ b/patterns-hpc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 14 12:15:06 UTC 2018 - eich@suse.com + +- Make 'Provides: pattern() = .." and package name match + (bsc#1085254). + ------------------------------------------------------------------- Mon Mar 5 14:51:56 UTC 2018 - cgoll@suse.com diff --git a/patterns-hpc.spec b/patterns-hpc.spec index bc27d23..123dfe5 100644 --- a/patterns-hpc.spec +++ b/patterns-hpc.spec @@ -43,7 +43,7 @@ This particular package contains all the HPC related patterns %pattern_serverfunctions Summary: HPC compute node Group: Metapackages -Provides: pattern() = hpc_compute_node +Provides: pattern() = hpc-compute_node Provides: pattern-icon() = pattern-generic Requires: nfs-client Requires: openssh @@ -77,7 +77,7 @@ A compute node has a minmal software image and mainly runs simultion programs. S %pattern_serverfunctions Summary: HPC modularized libraries Group: Metapackages -Provides: pattern() = hpc_libraries +Provides: pattern() = hpc-libraries Provides: pattern-icon() = pattern-generic Provides: pattern-order() = 2030 Provides: pattern-visible() @@ -98,7 +98,7 @@ This package provides all the modularized libraries so that they can be used in %pattern_serverfunctions Summary: Packages needed to be able to develop HPC Apps Group: Metapackages -Provides: pattern() = hpc_development_node +Provides: pattern() = hpc-development_node Provides: pattern-icon() = pattern-basis-devel Provides: pattern-order() = 2040 Provides: pattern-visible() From 764bf7a28629ea2e993db8ec8173288b2a4d05bfc8631e8c58c17da074dbaf8f Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 15 Mar 2018 07:42:23 +0000 Subject: [PATCH 02/10] - More fixes to names. OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=15 --- patterns-hpc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patterns-hpc.spec b/patterns-hpc.spec index 123dfe5..46ee27d 100644 --- a/patterns-hpc.spec +++ b/patterns-hpc.spec @@ -81,7 +81,7 @@ Provides: pattern() = hpc-libraries Provides: pattern-icon() = pattern-generic Provides: pattern-order() = 2030 Provides: pattern-visible() -Requires: pattern() = hpc_compute_node +Requires: pattern() = hpc-compute_node Requires: lua-lmod %include %{SOURCE1} @@ -102,8 +102,8 @@ Provides: pattern() = hpc-development_node Provides: pattern-icon() = pattern-basis-devel Provides: pattern-order() = 2040 Provides: pattern-visible() -Requires: pattern() = hpc_compute_node -Requires: pattern() = hpc_libraries +Requires: pattern() = hpc-compute_node +Requires: pattern() = hpc-libraries %if 0%{?is_opensuse} Requires: pattern() = devel_C_C++ Requires: pattern() = devel_basis From 061a137fe761bf6d24ba9907165d6819e9630d8d7518527076ebd5bda7e330b4 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 15 Mar 2018 07:47:31 +0000 Subject: [PATCH 03/10] - More fixups - this time more cosmetics. OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=16 --- patterns-hpc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patterns-hpc.spec b/patterns-hpc.spec index 46ee27d..e6be9f8 100644 --- a/patterns-hpc.spec +++ b/patterns-hpc.spec @@ -69,7 +69,7 @@ A compute node has a minmal software image and mainly runs simultion programs. S %files compute_node %dir %{_defaultdocdir}/patterns -%{_defaultdocdir}/patterns/patterns-hpc-compute-node.txt +%{_defaultdocdir}/patterns/patterns-hpc-compute_node.txt ################################################################################ @@ -138,7 +138,7 @@ This package provides all the relevant packages for developing HPC applications. %files development_node %dir %{_defaultdocdir}/patterns -%{_defaultdocdir}/patterns/patterns-hpc-development-node.txt +%{_defaultdocdir}/patterns/patterns-hpc-development_node.txt %prep @@ -146,7 +146,7 @@ This package provides all the relevant packages for developing HPC applications. %install mkdir -p "%{buildroot}%{_defaultdocdir}/patterns" -for pack in patterns-hpc-compute-node patterns-hpc-libraries patterns-hpc-development-node; do +for pack in patterns-hpc-compute_node patterns-hpc-libraries patterns-hpc-development_node; do echo "This file marks the pattern $pack in version %{version} to be installed." \ >"%{buildroot}%{_defaultdocdir}/patterns/${pack}.txt" done From 24657e2f13467865702dde8e8b3f9511d229f4d70eb0107d90d115c67c72bba0 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Mon, 26 Mar 2018 10:27:27 +0000 Subject: [PATCH 04/10] 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 --- patterns-hpc.changes | 6 ++++++ patterns-hpc.spec | 19 +++++++++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) 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 From c564e84c948dde8dc08c33f9046d18bbd22f1671263b420c24ab0f5d6f117ab1 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Mon, 26 Mar 2018 12:04:37 +0000 Subject: [PATCH 05/10] Accepting request 591049 from home:mslacken:hpc - fixed patterns again, which got messed up due to inermediate wrong version in devel project OBS-URL: https://build.opensuse.org/request/show/591049 OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=18 --- patterns-hpc.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/patterns-hpc.spec b/patterns-hpc.spec index 03d9d8b..87362b7 100644 --- a/patterns-hpc.spec +++ b/patterns-hpc.spec @@ -43,7 +43,7 @@ This particular package contains all the HPC related patterns %pattern_serverfunctions Summary: Basic Compute Node Group: Metapackages -Provides: pattern() = hpc-compute_node +Provides: pattern() = hpc_compute_node Provides: pattern-icon() = pattern-generic Provides: pattern-visible() @@ -79,7 +79,7 @@ A compute node has a minimal software image and mainly runs simulation programs. %pattern_serverfunctions Summary: Modularized Libraries Group: Metapackages -Provides: pattern() = hpc-libraries +Provides: pattern() = hpc_libraries Provides: pattern-icon() = pattern-generic Provides: pattern-order() = 2030 Provides: pattern-visible() @@ -101,12 +101,12 @@ In order to use this libraries you have them to load first via the module comman %pattern_development Summary: Development files for Modularized Libraries Group: Metapackages -Provides: pattern() = hpc-development_node +Provides: pattern() = hpc_development_node Provides: pattern-icon() = pattern-basis-devel Provides: pattern-order() = 2040 Provides: pattern-visible() -Requires: pattern() = hpc-compute_node -Requires: pattern() = hpc-libraries +Requires: pattern() = hpc_compute_node +Requires: pattern() = hpc_libraries %if 0%{?is_opensuse} Requires: pattern() = devel_C_C++ Requires: pattern() = devel_basis From 9049f744397f465c3ce737d321c0262314c7bbb7091bab4ebf56d8c1029dcbf4 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Mon, 26 Mar 2018 15:29:12 +0000 Subject: [PATCH 06/10] Accepting request 591137 from home:mslacken:hpc - made compute node pattern visible (bsc#1086828) OBS-URL: https://build.opensuse.org/request/show/591137 OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=19 --- patterns-hpc.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns-hpc.changes b/patterns-hpc.changes index ce2f1bc..5c9a6a9 100644 --- a/patterns-hpc.changes +++ b/patterns-hpc.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Mar 26 10:11:06 UTC 2018 - cgoll@suse.com -- made compute node pattern visible (bsc#086828) +- made compute node pattern visible (bsc#1086828) - fixed typos ------------------------------------------------------------------- From ab751645ba3c54b1c7724c286a792875a381b6dfe72b39773059377b46eaa98f Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 26 Mar 2018 16:55:09 +0000 Subject: [PATCH 07/10] - Prepended HPC to 'Summary' tags to make sure entries are nicely sorted on YaST. - Made sure entries were brief (bsc1086828). OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=20 --- patterns-hpc.changes | 13 +++++++------ patterns-hpc.spec | 10 +++++----- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/patterns-hpc.changes b/patterns-hpc.changes index 5c9a6a9..1ce6295 100644 --- a/patterns-hpc.changes +++ b/patterns-hpc.changes @@ -1,15 +1,16 @@ +------------------------------------------------------------------- +Mon Mar 26 16:51:36 UTC 2018 - eich@suse.com + +- Prepended HPC to 'Summary' tags to make sure + entries are nicely sorted on YaST. +- Made sure entries were brief (bsc1086828). + ------------------------------------------------------------------- Mon Mar 26 10:11:06 UTC 2018 - cgoll@suse.com - made compute node pattern visible (bsc#1086828) - fixed typos -------------------------------------------------------------------- -Wed Mar 14 12:15:06 UTC 2018 - eich@suse.com - -- Make 'Provides: pattern() = .." and package name match - (bsc#1085254). - ------------------------------------------------------------------- Mon Mar 5 14:51:56 UTC 2018 - cgoll@suse.com diff --git a/patterns-hpc.spec b/patterns-hpc.spec index 87362b7..b968f14 100644 --- a/patterns-hpc.spec +++ b/patterns-hpc.spec @@ -19,7 +19,7 @@ Name: patterns-hpc Version: 20180226 Release: 0 -Summary: Source package for HPC Patterns +Summary: Source Package for HPC Patterns License: MIT Group: Metapackages Url: https://github.com/openSUSE/patterns @@ -41,7 +41,7 @@ This particular package contains all the HPC related patterns %package compute_node %pattern_serverfunctions -Summary: Basic Compute Node +Summary: HPC Basic Compute Node Group: Metapackages Provides: pattern() = hpc_compute_node Provides: pattern-icon() = pattern-generic @@ -77,13 +77,13 @@ A compute node has a minimal software image and mainly runs simulation programs. %package libraries %pattern_serverfunctions -Summary: Modularized Libraries +Summary: HPC modularized Libraries Group: Metapackages Provides: pattern() = hpc_libraries Provides: pattern-icon() = pattern-generic Provides: pattern-order() = 2030 Provides: pattern-visible() -Requires: pattern() = hpc-compute_node +Requires: pattern() = hpc_compute_node Requires: lua-lmod %include %{SOURCE1} @@ -99,7 +99,7 @@ In order to use this libraries you have them to load first via the module comman ################################################################################ %package development_node %pattern_development -Summary: Development files for Modularized Libraries +Summary: HPC Development Packages Group: Metapackages Provides: pattern() = hpc_development_node Provides: pattern-icon() = pattern-basis-devel From 76ef61c565ffc60e929f97c3adc038fed2af57560d4e659a02ed81bae6b122f7 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 26 Mar 2018 17:21:03 +0000 Subject: [PATCH 08/10] - Reformatted descriptions. OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=21 --- patterns-hpc.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/patterns-hpc.spec b/patterns-hpc.spec index b968f14..7133004 100644 --- a/patterns-hpc.spec +++ b/patterns-hpc.spec @@ -31,11 +31,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: x86_64 aarch64 %description -This is an internal package that is used to create the patterns as part -of the installation source setup. Installation of this package does -not make sense. - -This particular package contains all the HPC related patterns +This is an internal package that is used to create the patterns as part of +the installation source setup. Installation of this package does not make +sense. +This particular package contains all the HPC related patterns. ################################################################################ @@ -67,7 +66,8 @@ Recommends: genders Recommends: perl-genders %description compute_node -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. +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 @@ -89,7 +89,7 @@ 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 libraries allows you to install several MPI flavors in parallel. +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 @@ -137,7 +137,8 @@ Requires: lua-lmod %include %{SOURCE2} %description development_node -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. +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 From fbcbb45657652d58b0fb0a91ae62da14233fdbde97e826f81f327995625559c1 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 26 Mar 2018 17:26:15 +0000 Subject: [PATCH 09/10] - Minor typo. OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=22 --- patterns-hpc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns-hpc.spec b/patterns-hpc.spec index 7133004..8de0a82 100644 --- a/patterns-hpc.spec +++ b/patterns-hpc.spec @@ -89,7 +89,7 @@ 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 libraries allows you to install several MPI flavors in parallel. +This package provides all the modularized libraries so that they can be used in an 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 From bec3d0ddeb735137ce3c08c62a468375354242d70ce99e1f3dd6fe0852769cf6 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Tue, 27 Mar 2018 13:20:07 +0000 Subject: [PATCH 10/10] Accepting request 591619 from home:mslacken:hpc - removed mvapich-psm package as requires for hpc_library and mvapich2-psm2 is only recommended for x86_64 (bsc#1087038) - removed tau libraries and parallel netcdf-devel libraries OBS-URL: https://build.opensuse.org/request/show/591619 OBS-URL: https://build.opensuse.org/package/show/science:HPC/patterns-hpc?expand=0&rev=23 --- devel-inc.txt | 15 ++++++--------- library-inc.txt | 10 +++++----- patterns-hpc.changes | 7 +++++++ 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/devel-inc.txt b/devel-inc.txt index c67e900..054d580 100644 --- a/devel-inc.txt +++ b/devel-inc.txt @@ -1,8 +1,11 @@ Requires: mpich-gnu-hpc-devel Requires: mpich-ofi-gnu-hpc-devel Requires: mvapich2-gnu-hpc-devel -Requires: mvapich2-psm2-gnu-hpc-devel Requires: openmpi2-gnu-hpc-devel +%ifarch x86_64 +Recommends: mvapich2-psm2-gnu-hpc-devel +Recommends: mvapich2-psm2-gnu-hpc-doc +%endif Recommends: gsl_serial-devel Recommends: metis_serial-devel Recommends: python3-numpy-devel @@ -19,22 +22,19 @@ Recommends: netcdf-gnu-hpc-devel Recommends: netcdf-gnu-mpich-hpc-devel Recommends: netcdf-gnu-mvapich2-hpc-devel Recommends: netcdf-gnu-openmpi2-hpc-devel -Recommends: netcdf-gnu-fortran-gnu-gnu-mpic Recommends: libopenblas-gnu-hpc-devel Recommends: libopenblas-pthreads-gnu-hpc-devel Recommends: libblacs2-gnu-mpich-hpc-devel Recommends: libblacs2-gnu-mvapich2-hpc-devel Recommends: libblacs2-gnu-openmpi2-hpc-devel -Recommends: libnetcdf-gnu-mvapich2-hpc-devel +Recommends: libnetcdf-cxx4-gnu-hpc-devel Recommends: petsc-gnu-mpich-hpc-devel Recommends: petsc-gnu-mvapich2-hpc-devel Recommends: petsc-gnu-openmpi2-hpc-devel +Recommends: petsc-doc Recommends: libscalapack2-gnu-mpich-hpc-devel Recommends: libscalapack2-gnu-mvapich2-hpc-devel Recommends: libscalapack2-gnu-openmpi2-hpc-devel -Recommends: tau-gnu-mvapich2-hpc-devel -Recommends: tau-gnu-openmpi2-hpc-devel -Recommends: mvapich2-psm-gnu-hpc-devel Recommends: python3-numpy-gnu-hpc-devel Recommends: mpiP-gnu-mpich-hpc Recommends: mpiP-gnu-mvapich2-hpc @@ -43,7 +43,4 @@ Recommends: mpiP-gnu-openmpi2-hpc Recommends: lua-lmod-doc Recommends: hwloc-doc Recommends: luaposix-doc -Recommends: petsc-doc Recommends: mvapich2-gnu-hpc-doc -Recommends: mvapich2-psm-gnu-hpc-doc -Recommends: mvapich2-psm2-gnu-hpc-doc diff --git a/library-inc.txt b/library-inc.txt index e5201f8..c6f436a 100644 --- a/library-inc.txt +++ b/library-inc.txt @@ -5,7 +5,6 @@ Recommends: python3-numpy Recommends: superlu-gnu Recommends: libfftw3-gnu-hpc Recommends: libhdf5-gnu-hpc -Recommends: libhdf5hl_fortran100-hpc Recommends: libhdf5_cpp-gnu-hpc Recommends: libhdf5_fortran-gnu-hpc Recommends: libhdf5_hl-gnu-hpc @@ -17,8 +16,12 @@ Recommends: libopenblas-pthreads-gnu-hpc Requires: mpich-gnu-hpc Requires: mpich-ofi-gnu-hpc Requires: mvapich2-gnu-hpc -Requires: mvapich2-psm2-gnu-hpc Requires: openmpi2-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: libblacs2-gnu-mpich-hpc Recommends: libblacs2-gnu-mvapich2-hpc @@ -51,10 +54,7 @@ Recommends: libpetsc-gnu-openmpi2-hpc Recommends: libscalapack2-gnu-mpich-hpc Recommends: libscalapack2-gnu-mvapich2-hpc Recommends: libscalapack2-gnu-openmpi2-hpc -Recommends: tau-gnu-mvapich2-hpc -Recommends: tau-gnu-openmpi2-hpc Recommends: libnetcdf-cxx4-gnu-hpc -Recommends: mvapich2-psm-gnu-hpc Recommends: python3-numpy-gnu-hpc Recommends: papi-hpc diff --git a/patterns-hpc.changes b/patterns-hpc.changes index 1ce6295..9a731be 100644 --- a/patterns-hpc.changes +++ b/patterns-hpc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 27 11:23:58 UTC 2018 - cgoll@suse.com + +- removed mvapich-psm package as requires for hpc_library and + mvapich2-psm2 is only recommended for x86_64 (bsc#1087038) +- removed tau libraries and parallel netcdf-devel libraries + ------------------------------------------------------------------- Mon Mar 26 16:51:36 UTC 2018 - eich@suse.com