Home
last modified time | relevance | path

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

/petsc/src/sys/python/
H A Dpythonsys.c22 …ythonFindLibraryName(const char pythonexe[], const char attempt[], char pythonlib[], size_t pl, Pe… in PetscPythonFindLibraryName() argument
35 …PetscCheck(fgets(pythonlib, (int)pl, fp), PETSC_COMM_SELF, PETSC_ERR_PLIB, "Python: bad output fro… in PetscPythonFindLibraryName()
41 PetscCall(PetscStrchr(pythonlib, '\n', &eol)); in PetscPythonFindLibraryName()
43 PetscCall(PetscTestFile(pythonlib, 'r', found)); in PetscPythonFindLibraryName()
47 static PetscErrorCode PetscPythonFindLibrary(const char pythonexe[], char pythonlib[], size_t pl) in PetscPythonFindLibrary() argument
63 PetscCall(PetscStrncpy(pythonlib, PETSC_PYTHON_LIB, pl)); in PetscPythonFindLibrary()
69 PetscCall(PetscPythonFindLibraryName(pythonexe, cmdlines[i], pythonlib, pl, &found)); in PetscPythonFindLibrary()
72 PetscCall(PetscInfo(NULL, "Python library %s found %d\n", pythonlib, found)); in PetscPythonFindLibrary()
107 static PetscErrorCode PetscPythonLoadLibrary(const char pythonlib[]) in PetscPythonLoadLibrary() argument
111 PetscCall(PetscDLPyLibOpen(pythonlib)); in PetscPythonLoadLibrary()
[all …]