Accepting request 574837 from science:HPC
- Add support for openmpi2 for HPC (FATE#325089). - Fix summary in module files (bnc#1080259). OBS-URL: https://build.opensuse.org/request/show/574837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpiP?expand=0&rev=7
This commit is contained in:
commit
b07a7d1ab0
@ -1,5 +1,6 @@
|
||||
<multibuild>
|
||||
<package>gnu-openmpi-hpc</package>
|
||||
<package>gnu-openmpi2-hpc</package>
|
||||
<package>gnu-openmpi3-hpc</package>
|
||||
<package>gnu-mvapich2-hpc</package>
|
||||
<package>gnu-mpich-hpc</package>
|
||||
|
10
mpiP.changes
10
mpiP.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 19:25:11 UTC 2018 - eich@suse.com
|
||||
|
||||
- Add support for openmpi2 for HPC (FATE#325089).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 15:33:26 UTC 2018 - eich@suse.com
|
||||
|
||||
- Fix summary in module files (bnc#1080259).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 15:37:28 UTC 2018 - eich@suse.com
|
||||
|
||||
|
10
mpiP.spec
10
mpiP.spec
@ -40,6 +40,14 @@ ExclusiveArch: do_not_build
|
||||
%define mpi_ver 1
|
||||
%endif
|
||||
|
||||
%if "%{flavor}" == "gnu-openmpi2-hpc"
|
||||
%{?DisOMPI2}
|
||||
%global compiler_family gnu
|
||||
%undefine c_f_ver
|
||||
%define mpi_family openmpi
|
||||
%define mpi_ver 2
|
||||
%endif
|
||||
|
||||
%if "%{flavor}" == "gnu-openmpi3-hpc"
|
||||
%{?DisOMPI3}
|
||||
%global compiler_family gnu
|
||||
@ -178,7 +186,7 @@ puts stderr "\nVersion %{version}\n"
|
||||
module-whatis "Name: %{pname} built with %{compiler_family} compiler and %{mpi_family} MPI"
|
||||
module-whatis "Version: %{version}"
|
||||
module-whatis "Category: Profiling library"
|
||||
module-whatis "Description: %{summary}"
|
||||
module-whatis "Description: %{SUMMARY:0}"
|
||||
module-whatis "URL %{url}"
|
||||
|
||||
set version %{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user