openmpi/SOURCES/openmpi.pth.py2
2021-12-09 14:04:18 +00:00

2 lines
99 B
Plaintext

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