irradiapy.utils.mpi
Utilities for MPI-related functionalities.
Functions
|
Append content from original to target and delete original. |
|
Broadcasts variables. |
|
Copy a file from original to target, overwriting target if it exists. |
|
Decorator that wraps an MPI-using method so any exception prints a traceback with the current rank and then calls MPI.Abort. |
Factor n into three integers nx, ny, nz for MPI decomposition into subdomains. |
|
|
Move a file from original to target, overwriting target if it exists. |
|
Remove a file. |
Classes
Provides a common MPI exception handler method when mpi_safe_method cannot be used. |
|
A class to allocate unique tags for processes. |