Log In
source-git
/
mpich
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
a1a0c86538ca23d791fbcb412d70ee8d537b0e0d
a1a0c86538ca23d791fbcb412d70ee8d537b0e0d
SPECS
mpich.pth.py3
Fork and Edit
Blob
Blame
History
Raw
import sys, os; s = os.getenv('MPI_PYTHON3_SITEARCH'); s and (s in sys.path or sys.path.append(s))