mpi4py
Software Description:
MPI for Python provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors.
This package is constructed on top of the MPI-1/2/3 specifications and provides an object oriented interface which resembles the MPI-2 C++ bindings. It supports point-to-point (sends, receives) and collective (broadcasts, scatters, gathers) communications of any picklable Python object, as well as optimized communications of Python object exposing the single-segment buffer interface (NumPy arrays, builtin bytes/string/array objects)
Software Home Page: mpi4py
Software Documentation:
To run this software in a Linux environment on LCC,
run the command(s):
#To load module module load ccs/conda/mpi4py-3.0.3-mpich-3.3.2 #To unload module conda deactivate
Center for Computational Sciences