Searched refs:numHosts (Results 1 – 1 of 1) sorted by relevance
184 PetscInt numHosts; in PetscViewerMathematicaSetFromOptions() local208 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()