- Add support for openmpi2 for HPC (FATE#325089).
OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=65
This commit is contained in:
parent
f998106afc
commit
048c65c823
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 20:10:17 UTC 2018 - eich@suse.com
|
||||
|
||||
- Add support for openmpi2 for HPC (FATE#325089).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 13:48:43 UTC 2018 - cgoll@suse.com
|
||||
|
||||
|
@ -79,6 +79,15 @@ ExclusiveArch: do_not_build
|
||||
%global mpi_flavor mvapich2
|
||||
%endif
|
||||
|
||||
%if "%{flavor}" == "gnu-openmpi2-hpc"
|
||||
%{?DisOMPI2}
|
||||
%bcond_without hpc
|
||||
%define compiler_family gnu
|
||||
%undefine c_f_ver
|
||||
%global mpi_flavor openmpi
|
||||
%define mpi_vers 2
|
||||
%endif
|
||||
|
||||
%if "%{flavor}" == "gnu-openmpi3-hpc"
|
||||
%{?DisOMPI3}
|
||||
%bcond_without hpc
|
||||
|
Loading…
Reference in New Issue
Block a user