public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bout++] rawhide: Allow oversubscribing for tests
@ 2026-06-19 3:42 David Bold
0 siblings, 0 replies; only message in thread
From: David Bold @ 2026-06-19 3:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bout++
Branch : rawhide
Commit : ae19e62da46a78993e3ff1dc3ef2d8eb9ff45c8b
Author : David Bold <davidsch@fedoraproject.org>
Date : 2026-06-18T14:19:12+02:00
Stats : +6/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bout++/c/ae19e62da46a78993e3ff1dc3ef2d8eb9ff45c8b?branch=rawhide
Log:
Allow oversubscribing for tests
[skip changelog]
---
diff --git a/bout++.spec b/bout++.spec
index dffd7e3..7ab79e0 100644
--- a/bout++.spec
+++ b/bout++.spec
@@ -503,14 +503,14 @@ do
fail=1
if [ $mpi = mpich ] ; then
%_mpich_load
- %ifarch s390x
- fail=0
- # The following tests appear to completely hang with no timeout
- exclude_arch="-E test-invertable-operator|test-laplacexy-fv|test-laplacexy-short|test-laplacexz|test-petsc-laplace|test-multigrid-laplace"
- %endif
+ %ifarch s390x
+ fail=0
+ # The following tests appear to completely hang with no timeout
+ exclude_arch="-E test-invertable-operator|test-laplacexy-fv|test-laplacexy-short|test-laplacexz|test-petsc-laplace|test-multigrid-laplace"
+ %endif
else
%_openmpi_load
- export MPIRUN='mpirun --bind-to numa -np'
+ export MPIRUN='mpirun --bind-to numa:overload-allowed --map-by :OVERSUBSCRIBE -np'
fi
export OMPI_MCA_rmaps_base_oversubscribe=yes
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-19 3:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 3:42 [rpms/bout++] rawhide: Allow oversubscribing for tests David Bold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox