Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c209 time_t max_wall_time_buffer, max_wall_time_duration; in ProcessCommandLineOptions() local
212 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()