- Remove pml/ob1 option for tests, bsc#1205139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pytest-mpi?expand=0&rev=15
This commit is contained in:
parent
15b96332ea
commit
1173ca8fa3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 12:44:13 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Remove pml/ob1 option for tests, bsc#1205139
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 11:27:29 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
Tue Nov 8 11:27:29 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -63,9 +63,7 @@ mpi plugin for pytest to collect information from openmpi-based tests.
|
|||||||
%check
|
%check
|
||||||
export PATH=${PATH}:%{_libdir}/mpi/gcc/%{mpiver}/bin
|
export PATH=${PATH}:%{_libdir}/mpi/gcc/%{mpiver}/bin
|
||||||
source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh
|
source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh
|
||||||
export OMPI_MCA_pml=ob1
|
%pytest -v -p pytester --runpytest=subprocess
|
||||||
# Exclude test_fixtures, it fails for i586 arch with Segmentation fault
|
|
||||||
%pytest -v -p pytester --runpytest=subprocess -k 'not test_fixtures'
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user