mpich/SOURCES/mpich.pth.py3
2021-10-08 13:52:49 +00:00

2 lines
99 B
Python

import sys, os; s = os.getenv('MPI_PYTHON3_SITEARCH'); s and (s in sys.path or sys.path.append(s))