lib.mpiΒΆ
Collection of classes and functions to perform MPI operations.
Note
Arrays are assumed to scatter along the first dimension.
Functions
Return index of maximum in input array |
|
Return index of minimum in input array |
|
Return weighted average of input array |
|
Generate array of seeds. |
|
Return weighted correlation matrix of input arrays |
|
Estimate a covariance matrix, given data and weights. |
|
Return dot product of input arrays |
|
Pad an array in the front with items before this rank. |
|
Divide global |
|
Return maximum of input array |
|
Return mean of array |
|
Return minimum of input array |
|
Return product of input array |
|
Return array quantiles. |
|
Receive array from process |
|
Send input array |
|
Set same global |
|
Set independent global |
|
Return global shape of |
|
Return global size of |
|
Sort input array |
|
Return weighted standard deviation of input array along axis |
|
Return sum of input array |
|
Estimate variance, given data and weights. |
|
Return weighted array quantiles. |
Classes
A processing pool that distributes tasks using MPI. |
|
A Random number generator that is invariant against number of ranks, when the total size of random number requested is kept the same. |