Searched refs:max_wall_time (Results 1 – 3 of 3) sorted by relevance
218 if (max_wall_time_duration == 0) honee->max_wall_time = -1; in ProcessCommandLineOptions()221 honee->max_wall_time = honee->start_time + max_wall_time_duration - max_wall_time_buffer; in ProcessCommandLineOptions()
341 …if (rank == 0) is_wall_time_exceeded = time(NULL) > honee->max_wall_time ? PETSC_TRUE : PETSC_FALS… in TSPostStep_MaxWallTime()364 if (honee->max_wall_time > 0) PetscCall(TSPostStep_MaxWallTime(ts)); in TSPostStep_Honee()
177 time_t max_wall_time; member