From 387c32f6035b169a6bcbcccc66eac6bedef0b9d43ffa172f36711442dfd62a5d Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 8 Nov 2022 10:22:20 +0000 Subject: [PATCH] - Use pml ob1 to run tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pytest-mpi?expand=0&rev=13 --- python-pytest-mpi.changes | 5 +++++ python-pytest-mpi.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pytest-mpi.changes b/python-pytest-mpi.changes index 60e1a39..2d7e56d 100644 --- a/python-pytest-mpi.changes +++ b/python-pytest-mpi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 8 10:21:48 UTC 2022 - Daniel Garcia + +- Use pml ob1 to run tests + ------------------------------------------------------------------- Tue Nov 8 09:45:07 UTC 2022 - Daniel Garcia diff --git a/python-pytest-mpi.spec b/python-pytest-mpi.spec index a25e2f3..e33849f 100644 --- a/python-pytest-mpi.spec +++ b/python-pytest-mpi.spec @@ -63,6 +63,7 @@ mpi plugin for pytest to collect information from openmpi-based tests. %check export PATH=${PATH}:%{_libdir}/mpi/gcc/%{mpiver}/bin source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh +export OMPI_MCA_pml=ob1 %pytest -v -p pytester --runpytest=subprocess %files %{python_files}