9.4 io functions

mpi_ReadAndSendBlock( f,data_type,[shape=None],[byteorder=sys.byteorder],[split=None])

Read and brodcast a binary block.

mpi_ReadAndSendArray( f,data_type,[shape=None],[skip=None],[byteorder=sys.byteorder],[nlocal=None])

Read and brodcast a binary block assuming it contains an array. The array is splitted acroding to the variable nlocal.

mpi_GatherAndWriteArray( f,data_type[byteorder=sys.byteorder],[nlocal=None])

Gather and array and write it in a binary block.

See About this document... for information on suggesting changes.