Searched refs:roothostname (Results 1 – 1 of 1) sorted by relevance
81 char hostname[256], roothostname[256]; in PetscWorldIsSingleHost() local87 PetscCall(PetscMemcpy(roothostname, hostname, sizeof(hostname))); in PetscWorldIsSingleHost()88 PetscCallMPI(MPI_Bcast(roothostname, sizeof(roothostname), MPI_CHAR, 0, PETSC_COMM_WORLD)); in PetscWorldIsSingleHost()89 PetscCall(PetscStrcmp(hostname, roothostname, &flag)); in PetscWorldIsSingleHost()