mpi_array.locale.empty¶
-
mpi_array.locale.empty(shape=None, dtype='float64', comms_and_distrib=None, order='C', return_rma_window_buffer=False, intra_partition_dims=None, **kwargs)[source]¶ Creates array of uninitialised elements.
Parameters: - shape (
Noneor sequence ofint) – Global shape to be distributed amongst memory nodes. - dtype (
numpy.dtype) – Data type of array elements. - comms_and_distrib (
numpy.dtype) – Data type of array elements.
Return type: Returns: Newly created array with uninitialised elements.
- shape (