Declares functions that write timestamps to e.g. log files.
|
void | print_time (FILE *out, gmx_walltime_accounting *walltime_accounting, int64_t step, const t_inputrec *ir, const t_commrec *cr) |
| Print time to out .
|
|
void | print_date_and_time (FILE *log, int rank, const char *title, double the_time) |
| Print date, time, MPI rank and a description of this point in time. More...
|
|
void | print_start (FILE *fplog, const t_commrec *cr, gmx_walltime_accounting *walltime_accounting, const char *name) |
| Print start time to fplog .
|
|