Accepting request 889294 from home:NMoreyChaisemartin:branches:science:HPC

- openmpi4 is now the default openmpi for releases > 15.3

OBS-URL: https://build.opensuse.org/request/show/889294
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openmpi4?expand=0&rev=16
This commit is contained in:
Nicolas Morey-Chaisemartin 2021-04-29 12:44:14 +00:00 committed by Git OBS Bridge
parent b3c1bfbb9b
commit dbbdfa5742
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 28 11:08:54 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- openmpi4 is now the default openmpi for releases > 15.3
-------------------------------------------------------------------
Wed Apr 28 09:24:33 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -104,7 +104,11 @@ ExclusiveArch: do_not_build
%endif
# Detect whether we are the default openMPI implemantation or not
%if "%{flavor}" == "standard" && (%{suse_version} > 1500 || 0%{?sle_version} > 150300)
%define default_openmpi 1
%else
%define default_openmpi 0
%endif
%if %{with hpc}
%{!?compiler_family:%global compiler_family gnu}