From c33d9aa5342f384038dc88002a5280b6d843322c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 12 Dec 2024 17:30:33 +0000 Subject: automatic import of heffte --- heffte.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/heffte.spec b/heffte.spec index 14d889b..258c975 100644 --- a/heffte.spec +++ b/heffte.spec @@ -123,17 +123,17 @@ done rm -rf %{buildroot}%{_datadir}/%{name}/testing %check -source /etc/profile.d/modules.sh +#source /etc/profile.d/modules.sh # allow openmpi to oversubscribe, i.e. runs test with more # cores than the builder has -export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe - -for mpi in mpich openmpi; do - test -n "${mpi}" && module load mpi/${mpi}-%{_arch} - cd .obj-%{_target_platform} - %ctest %{?testargs} || true - test -n "${mpi}" && module unload mpi/${mpi}-%{_arch} -done +#export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe + +#for mpi in mpich openmpi; do +# test -n "${mpi}" && module load mpi/${mpi}-%{_arch} +# cd .obj-%{_target_platform} +# %ctest %{?testargs} || true +# test -n "${mpi}" && module unload mpi/${mpi}-%{_arch} +#done %files openmpi %doc README.md -- cgit v1.2.3