Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c39 PetscErrorCode ISO8601TimeDurationToSeconds(MPI_Comm comm, const char *string, time_t *duration) { in ISO8601TimeDurationToSeconds() argument
45 *duration = 0; in ISO8601TimeDurationToSeconds()
55 *duration = 60 * 60 * atoi(entries[0]); in ISO8601TimeDurationToSeconds()
58 *duration = 60 * 60 * atoi(entries[0]) + 60 * atoi(entries[1]); in ISO8601TimeDurationToSeconds()
61 *duration = 60 * 60 * atoi(entries[0]) + 60 * atoi(entries[1]) + atoi(entries[2]); in ISO8601TimeDurationToSeconds()
/honee/
H A DCHANGELOG.md20 - Add `-honee_max_wall_time_{duration,buffer,interval}` for stopping a simulation based on expired …
/honee/doc/
H A Druntime_options.md59duration of simulation before it should be stopped. Acceptable formats are `hh`, `hh:mm`, and `hh:…