diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-12 17:30:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-12 17:30:33 +0000 |
commit | c33d9aa5342f384038dc88002a5280b6d843322c (patch) | |
tree | c7fb10218c68b35afe090f5fc3a7db5ca33f367b | |
parent | e2db44cf986ecd6f2764c86066f7f335632a7e04 (diff) |
automatic import of heffte
-rw-r--r-- | heffte.spec | 18 |
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 |