Searched refs:hosts (Results 1 – 8 of 8) sorted by relevance
31 hosts=""34 hosts="-hosts $1"98 …$qrun -n "$np" "$hosts" $oversubscribe "${MPIEXEC_TAIL}" "${VALGRIND_CMD}" "${VALGRIND_OPTIONS}" "…104 $qrun -n "$np" "$hosts" $oversubscribe "${MPI_BINDING}" "${MPIEXEC_TAIL}" "$*"
186 char **hosts; in PetscViewerMathematicaSetFromOptions() local209 PetscCall(PetscMalloc1(size, &hosts)); in PetscViewerMathematicaSetFromOptions()210 PetscCall(PetscOptionsGetStringArray("viewer_", "-math_linkhost", hosts, &numHosts, &opt)); in PetscViewerMathematicaSetFromOptions()213 PetscCall(PetscStrncpy(hostname, hosts[rank], sizeof(hostname))); in PetscViewerMathematicaSetFromOptions()215 PetscCall(PetscStrncpy(hostname, hosts[0], sizeof(hostname))); in PetscViewerMathematicaSetFromOptions()219 for (h = 0; h < numHosts; h++) PetscCall(PetscFree(hosts[h])); in PetscViewerMathematicaSetFromOptions()220 PetscCall(PetscFree(hosts)); in PetscViewerMathematicaSetFromOptions()
5 The PETSc community hosts annual user meetings in order to foster
3 Running streams with mpiexec -hosts thing05 -hosts thing05 -bind-to core -map-by numa MPI rank 0 Pr…
4 …mpicc --with-cxx=mpicxx --with-fc=mpiifort --with-mpiexec="mpiexec.hydra -hosts thing07" --with-de…
3 Running streams with /home/bsmith/petsc/arch-opt-mpich/bin/mpiexec -hosts thing05 -bind-to core -ma…
467 echo 127.0.0.1 `hostname` | sudo tee -a /etc/hosts