Daniel Garcia 2022-11-08 10:22:20 +00:00 committed by Git OBS Bridge
parent 970911e07d
commit 387c32f603
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 8 10:21:48 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Use pml ob1 to run tests
-------------------------------------------------------------------
Tue Nov 8 09:45:07 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -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}