summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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