public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/multicharge] rawhide: Each tests is parallellized, so the tests should be run sequentially
@ 2026-07-29 10:46 Susi Lehtola
0 siblings, 0 replies; only message in thread
From: Susi Lehtola @ 2026-07-29 10:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/multicharge
Branch : rawhide
Commit : d906674f0d79a5a89dd6072496c7388b2418fec8
Author : Susi Lehtola <jussilehtola@fedoraproject.org>
Date : 2026-07-29T10:46:13+00:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/multicharge/c/d906674f0d79a5a89dd6072496c7388b2418fec8?branch=rawhide
Log:
Each tests is parallellized, so the tests should be run sequentially
---
diff --git a/multicharge.spec b/multicharge.spec
index 9aba39d..7d27962 100644
--- a/multicharge.spec
+++ b/multicharge.spec
@@ -44,6 +44,10 @@ mv %{buildroot}%{_includedir}/multicharge/gcc-*/*.mod %{buildroot}%{_libdir}/gfo
\rm %{buildroot}%{_libdir}/libmulticharge.a
%check
+# Each test uses OpenMP and threaded BLAS. Running them in parallel
+# oversubscribes the CPUs and makes them time out, so run one test at a time
+# (%%meson_test uses -j${RPM_BUILD_NCPUS}).
+export RPM_BUILD_NCPUS=1
%meson_test
%files
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 10:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 10:46 [rpms/multicharge] rawhide: Each tests is parallellized, so the tests should be run sequentially Susi Lehtola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox