openmpi/openmpi.pth.py3

2 lines
99 B
Plaintext
Raw Normal View History

2019-12-14 21:07:47 +08:00
import sys, os; s = os.getenv('MPI_PYTHON3_SITEARCH'); s and (s in sys.path or sys.path.append(s))