Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c208 char buffer[2048] = "0"; in ProcessCommandLineOptions() local
211 buffer, buffer, sizeof(buffer), NULL)); in ProcessCommandLineOptions()
212 PetscCall(ISO8601TimeDurationToSeconds(comm, buffer, &max_wall_time_duration)); in ProcessCommandLineOptions()
213 PetscCall(PetscStrncpy(buffer, "0:1", sizeof(buffer))); // Default 1 minute buffer in ProcessCommandLineOptions()
215 … max_wall_time_duration when TSSolve should be stopped and checkpoint files written", NULL, buffer, in ProcessCommandLineOptions()
216 buffer, sizeof(buffer), NULL)); in ProcessCommandLineOptions()
217 PetscCall(ISO8601TimeDurationToSeconds(comm, buffer, &max_wall_time_buffer)); in ProcessCommandLineOptions()
/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.md59 …ormats are `hh`, `hh:mm`, and `hh:mm:ss`. Simulation is stopped at `start_time + duration - buffer`