summaryrefslogtreecommitdiff
path: root/heffte.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-12-12 17:30:33 +0000
committerCoprDistGit <infra@openeuler.org>2024-12-12 17:30:33 +0000
commitc33d9aa5342f384038dc88002a5280b6d843322c (patch)
treec7fb10218c68b35afe090f5fc3a7db5ca33f367b /heffte.spec
parente2db44cf986ecd6f2764c86066f7f335632a7e04 (diff)
automatic import of heffte
Diffstat (limited to 'heffte.spec')
-rw-r--r--heffte.spec18
1 files 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