Source code for amrex.space3d.amrex_3d_pybind.ParallelDescriptor

from __future__ import annotations

__all__: list[str] = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"]

[docs] def IOProcessor() -> bool: ...
[docs] def IOProcessorNumber() -> int: ...
[docs] def MyProc() -> int: ...
[docs] def NProcs() -> int: ...