a954425021
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/openmpi#5707e44d8db28794ea2a4b74efcb8dd5b6316d38
2 lines
99 B
Python
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))
|