diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-12 17:15:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-12 17:15:03 +0000 |
commit | 5e3a78e1c9dda4ecf25175623909a99f44fd1c39 (patch) | |
tree | 601b60086d0f9de88dce293a2bb23c90b15086ee | |
parent | 537edfbffb75959c58e3ebac7f423fc05fab0362 (diff) |
automatic import of heffte
-rw-r--r-- | heffte.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/heffte.spec b/heffte.spec index 493bb36..00cea92 100644 --- a/heffte.spec +++ b/heffte.spec @@ -130,6 +130,7 @@ 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} test -n "${mpi}" && module unload mpi/${mpi}-%{_arch} done |