Go to the source code of this file.
|
| integer function, public | mpi_utilities::redistribute_var (var, dis_var, lims, lims_dis) |
| | Redistribute variables according to new limits.
|
| integer function, public | mpi_utilities::wait_mpi () |
| | Wait for all processes, wrapper to MPI barrier.
|
| integer function, public | mpi_utilities::lock_req_acc (lock, blocking) |
| | Request access to lock of a BL (blocking) or optionally a NB (non-blocking) type.
|
| integer function, public | mpi_utilities::lock_return_acc (lock) |
| | Returns access to a lock.
|
| integer function, public | mpi_utilities::lock_wl_change (wl_action, blocking, lock_loc, wl, ranks) |
| | Adds, removes or sets to active a rank from the waiting list for a lock and returns the lock waiting list:
|
| character(len=max_str_ln) function, public | mpi_utilities::lock_header (lock_loc) |
| | Returns the header for lock debug messages.
|