MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / num_proc

Function num_proc

python/demo/conftest.py:22–24  ·  view source on GitHub ↗

Number of MPI processes to use.

(request)

Source from the content-addressed store, hash-verified

20
21@pytest.fixture
22def num_proc(request):
23 """Number of MPI processes to use."""
24 return request.config.getoption("--num-proc")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected