Disable tests on RISC-V (riscv64)

83% tests passed, 12 tests failed out of 71
Total Test time (real) =  13.05 sec
The following tests FAILED:
	 11 - test_nvector_mpi_4_1000_0 (Failed)
	 13 - test_nvector_parhyp_4_1000_0 (Failed)
	 60 - test_sunlinsol_spgmr_parallel_100_1_1_50_1e-3_0 (Failed)
	 61 - test_sunlinsol_spgmr_parallel_100_1_2_50_1e-3_0 (Failed)
	 62 - test_sunlinsol_spgmr_parallel_100_2_1_50_1e-3_0 (Failed)
	 63 - test_sunlinsol_spgmr_parallel_100_2_2_50_1e-3_0 (Failed)
	 64 - test_sunlinsol_spfgmr_parallel_100_1_50_1e-3_0 (Failed)
	 65 - test_sunlinsol_spfgmr_parallel_100_2_50_1e-3_0 (Failed)
	 66 - test_sunlinsol_spbcgs_parallel_100_1_50_1e-3_0 (Failed)
	 67 - test_sunlinsol_spbcgs_parallel_100_2_50_1e-3_0 (Failed)
	 68 - test_sunlinsol_sptfqmr_parallel_100_1_50_1e-3_0 (Failed)
	 69 - test_sunlinsol_sptfqmr_parallel_100_2_50_1e-3_0 (Failed)

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-08-18 20:48:25 -07:00
parent d5d2bb54f2
commit bd288e06ea
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 7 additions and 1 deletions

View File

@ -39,7 +39,7 @@
Summary: Suite of nonlinear solvers
Name: sundials
Version: 4.1.0
Release: 5%{?dist}
Release: 5.0.riscv64%{?dist}
# SUNDIALS is licensed under BSD with some additional (but unrestrictive) clauses.
# Check the file 'LICENSE' for details.
License: BSD
@ -558,6 +558,7 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
%ldconfig_scriptlets
%check
%ifnarch riscv64
%if 0%{?with_openmpi}
%if 0%{?with_openmpicheck}
pushd buildopenmpi_dir/build
@ -615,6 +616,8 @@ ctest3 --force-new-ctest-process %{?_smp_mflags}
popd
%endif
## if with_sercheck
%endif
## if narch riscv64
%files
%license sundials-%{version}/LICENSE
@ -816,6 +819,9 @@ popd
%doc sundials-%{version}/doc/arkode/*
%changelog
* Sun Aug 18 2019 David Abdurachmanov <david.abdurachmanov@sifive.com> - 4.1.0-5.0.riscv64
- Disable tests on RISC-V (riscv64)
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild