Lines Matching refs:comm
39 PetscErrorCode ISO8601TimeDurationToSeconds(MPI_Comm comm, const char *string, time_t *duration) { in ISO8601TimeDurationToSeconds() argument
49 …PetscCheck(isdigit(string[i]) || string[i] == ':', comm, PETSC_ERR_SUP, "Time duration may only in… in ISO8601TimeDurationToSeconds()
64 …SETERRQ(comm, PETSC_ERR_SUP, "Recieved %d ':' delimited entries, expect either 1, 2, or 3", num_it… in ISO8601TimeDurationToSeconds()
72 MPI_Comm comm = honee->comm; in ProcessCommandLineOptions() local
86 PetscCall(PetscPrintf(comm, "\n########################################\n\n")); in ProcessCommandLineOptions()
87 … PetscCall(PetscPrintf(comm, "HONEE documentation may be found at https://honee.phypid.org\n\n")); in ProcessCommandLineOptions()
88 PetscCall(PetscPrintf(comm, "########################################\n\n")); in ProcessCommandLineOptions()
91 PetscCheck(num_options > 0, comm, PETSC_ERR_USER_INPUT, in ProcessCommandLineOptions()
100 PetscOptionsBegin(comm, NULL, "HONEE - High-Order Navier-stokes Equation Evaluator", NULL); in ProcessCommandLineOptions()
138 MPI_Comm_rank(comm, &rank); in ProcessCommandLineOptions()
166 …if (option_set) PetscCall(PetscPrintf(comm, "Warning! -pmat_pbdiagonal no longer used. Pmat assemb… in ProcessCommandLineOptions()
212 PetscCall(ISO8601TimeDurationToSeconds(comm, buffer, &max_wall_time_duration)); in ProcessCommandLineOptions()
217 PetscCall(ISO8601TimeDurationToSeconds(comm, buffer, &max_wall_time_buffer)); in ProcessCommandLineOptions()