Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c184 PetscInt numHosts; in PetscViewerMathematicaSetFromOptions() local
208 numHosts = size; in PetscViewerMathematicaSetFromOptions()
210 PetscCall(PetscOptionsGetStringArray("viewer_", "-math_linkhost", hosts, &numHosts, &opt)); in PetscViewerMathematicaSetFromOptions()
212 if (numHosts > rank) { in PetscViewerMathematicaSetFromOptions()
219 for (h = 0; h < numHosts; h++) PetscCall(PetscFree(hosts[h])); in PetscViewerMathematicaSetFromOptions()