diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-12 17:22:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-12 17:22:03 +0000 |
commit | e2db44cf986ecd6f2764c86066f7f335632a7e04 (patch) | |
tree | f0ac84977d84ab6bd5d27c04be14f9399e4cf55e | |
parent | 5e3a78e1c9dda4ecf25175623909a99f44fd1c39 (diff) |
automatic import of heffte
-rw-r--r-- | heffte.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heffte.spec b/heffte.spec index 00cea92..14d889b 100644 --- a/heffte.spec +++ b/heffte.spec @@ -131,7 +131,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} + %ctest %{?testargs} || true test -n "${mpi}" && module unload mpi/${mpi}-%{_arch} done |