Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/
H A Dpetscmpiexec31 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}" "$*"
/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c186 char **hosts; in PetscViewerMathematicaSetFromOptions() local
209 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()
/petsc/doc/community/meetings/
H A Dmeeting.md5 The PETSc community hosts annual user meetings in order to foster
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A DStreams-Intel3 Running streams with mpiexec -hosts thing05 -hosts thing05 -bind-to core -map-by numa MPI rank 0 Pr…
H A DBaseline-Intel-84 …mpicc --with-cxx=mpicxx --with-fc=mpiifort --with-mpiexec="mpiexec.hydra -hosts thing07" --with-de…
H A DBaseline-Intel-164 …mpicc --with-cxx=mpicxx --with-fc=mpiifort --with-mpiexec="mpiexec.hydra -hosts thing07" --with-de…
H A DStreams-MPICH3 Running streams with /home/bsmith/petsc/arch-opt-mpich/bin/mpiexec -hosts thing05 -bind-to core -ma…
/petsc/doc/faq/
H A Dindex.md467 echo 127.0.0.1 `hostname` | sudo tee -a /etc/hosts