Number of MPI processes to use.
(request)
| 20 | |
| 21 | @pytest.fixture |
| 22 | def num_proc(request): |
| 23 | """Number of MPI processes to use.""" |
| 24 | return request.config.getoption("--num-proc") |
nothing calls this directly
no outgoing calls
no test coverage detected