Searched refs:linkhost (Results 1 – 3 of 3) sorted by relevance
11 static PetscErroCode setupConnection(MLENV *env, MLINK *link, const char *linkhost, LinkMode linkmo… in setupConnection() argument26 if (!linkhost) { in setupConnection()29 } else argv[3] = (char *)linkhost; in setupConnection()
65 PetscCall(PetscFree(vmath->linkhost)); in PetscViewerDestroy_Mathematica()98 if (!vmath->linkhost) { in PetscViewerMathematicaSetupConnection_Private()101 } else argv[3] = vmath->linkhost; in PetscViewerMathematicaSetupConnection_Private()149 vmath->linkhost = NULL; in PetscViewerCreate_Mathematica()286 PetscCall(PetscStrallocpy(host, &vmath->linkhost)); in PetscViewerMathematicaSetLinkHost()
22 char *linkhost; /* The host to link to Mathematica on */ member