The mpi_array.globale_creation_test Module

Module for testing creation/factory functions which generate instances of mpi_array.globale.gndarray. Execute as:

python -m mpi_array.globale_creation_test

and with parallelism:

mpirun -n  2 python -m mpi_array.globale_creation_test
mpirun -n  4 python -m mpi_array.globale_creation_test
mpirun -n 27 python -m mpi_array.globale_creation_test

Classes

GndarrayCreationTest([methodName]) unittest.TestCase for mpi_array.globale.gndarray() instance generation.