From 87cf6ad70d2df215aafddad3a6c1fd0e1e07d4def8b3ac33e09d4e662a99c117 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Fri, 16 Mar 2018 07:13:38 +0000 Subject: [PATCH] Accepting request 587613 from home:eeich:branches:science:HPC - build with pmi/slurm support (bsc#1085506) OBS-URL: https://build.opensuse.org/request/show/587613 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=34 --- mvapich2.changes | 5 +++++ mvapich2.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/mvapich2.changes b/mvapich2.changes index 870fc83..7445c38 100644 --- a/mvapich2.changes +++ b/mvapich2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 15 15:50:21 UTC 2018 - cgoll@suse.com + +- build with pmi/slurm support (bsc#1085506) + ------------------------------------------------------------------- Fri Feb 9 11:29:26 UTC 2018 - cgoll@suse.com diff --git a/mvapich2.spec b/mvapich2.spec index 98a5c28..fe5ffb7 100644 --- a/mvapich2.spec +++ b/mvapich2.spec @@ -179,6 +179,7 @@ BuildRequires: mpi-selector %else BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel BuildRequires: lua-lmod +BuildRequires: slurm-devel BuildRequires: suse-hpc %endif %if "%{build_flavor}" == "psm" @@ -290,6 +291,8 @@ cp /usr/share/automake*/config.* . %if %{with hpc} %{hpc_setup} %{hpc_configure} \ + --with-pmi=pmi2 \ + --with-pm=slurm \ %else %configure \ --prefix=%{p_prefix} \