compile python module with mpi support

Published

July 6, 2012

CC=mpicc LDSHARED=“mpicc -shared” python setup.py build_ext -i