Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c218 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()
H A Dsetupts.c341 …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()
/honee/include/
H A Dnavierstokes.h177 time_t max_wall_time; member