mpich/SOURCES/mpich.pth.py2

2 lines
99 B
Plaintext
Raw Normal View History

2021-11-03 18:24:42 +00:00
import sys, os; s = os.getenv('MPI_PYTHON2_SITEARCH'); s and (s in sys.path or sys.path.append(s))