The mpi_array.utils Module

Various utilities.

Functions

get_shared_mem_usage_percent_string([...]) Returns a string indicating the current percentage of available shared memory which is allocated.
log_shared_memory_alloc(logger, pfx, ...[, ...]) Generates logging message which indicates amount of shared-memory allocated using call to mpi4py.MPI.Win.Allocate_shared().
log_memory_alloc(logger, pfx, ...[, buffer]) Generates logging message which indicates amount of memory allocated using call to mpi4py.MPI.Win.Allocate().