Home
last modified time | relevance | path

Searched defs:machine (Results 1 – 5 of 5) sorted by relevance

/petsc/src/sys/fileio/
H A Dmpiuopen.c156 PetscErrorCode PetscPOpen(MPI_Comm comm, const char machine[], const char program[], const char mod… in PetscPOpen()
221 PetscErrorCode PetscPOpenSetMachine(const char machine[]) in PetscPOpenSetMachine()
H A Dsmatlab.c27 PetscErrorCode PetscStartMatlab(MPI_Comm comm, const char machine[], const char script[], FILE **fp) in PetscStartMatlab()
/petsc/src/sys/classes/viewer/impls/socket/
H A Dsend.c313 PetscErrorCode PetscViewerSocketOpen(MPI_Comm comm, const char machine[], int port, PetscViewer *la…
414 PetscErrorCode PetscViewerSocketSetConnection(PetscViewer v, const char machine[], int port)
/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c338 PetscErrorCode PetscViewerMathematicaOpen(MPI_Comm comm, int port, const char machine[], const char… in PetscViewerMathematicaOpen()
/petsc/src/sys/objects/
H A Dinit.c663 char machine[128]; in PetscOptionsCheckInitial_Private() local