Home
last modified time | relevance | path

Searched refs:PetscPythonFindLibraryName (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/python/
H A Dpythonsys.c22 static PetscErrorCode PetscPythonFindLibraryName(const char pythonexe[], const char attempt[], char… in PetscPythonFindLibraryName() function
69 PetscCall(PetscPythonFindLibraryName(pythonexe, cmdlines[i], pythonlib, pl, &found)); in PetscPythonFindLibrary()