Searched refs:max_wall_time_duration (Results 1 – 1 of 1) sorted by relevance
209 time_t max_wall_time_buffer, max_wall_time_duration; in ProcessCommandLineOptions() local212 PetscCall(ISO8601TimeDurationToSeconds(comm, buffer, &max_wall_time_duration)); in ProcessCommandLineOptions()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()