summaryrefslogtreecommitdiff
path: root/heffte.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-12-12 16:47:16 +0000
committerCoprDistGit <infra@openeuler.org>2024-12-12 16:47:16 +0000
commit5f8163170250edf725530d16f86cc2dfd4a4e7ef (patch)
tree4e6d2699bf08a42e9f6b9145c8a1b00d68847cc2 /heffte.spec
parentd759293d937988be9e2c06b9546d13e4682cb16c (diff)
automatic import of heffte
Diffstat (limited to 'heffte.spec')
-rw-r--r--heffte.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/heffte.spec b/heffte.spec
index e47fe4b..42566c4 100644
--- a/heffte.spec
+++ b/heffte.spec
@@ -128,7 +128,7 @@ export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe
for mpi in mpich openmpi; do
test -n "${mpi}" && module load mpi/${mpi}-%{_arch}
- %ctest %{?testargs} -C .obj-%{_target_platform}
+ %ctest %{?testargs}
test -n "${mpi}" && module unload mpi/${mpi}-%{_arch}
done