Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 6aebace0cb967559ef14fc69ac903937 > files > 173

python-mpi4py-doc-1.3.1-4.mga4.noarch.rpm

MPIEXEC=mpiexec
NP_FLAG=-n
NP=5

PYTHON=python

.PHONY: test
test:
	${MPIEXEC} ${NP_FLAG} ${NP} ${PYTHON} test_seq.py
	${RM} -r *.py[co] __pycache__