|
Gromacs
2026.0-dev-20251109-f20ba35
|
#include <cstdint>#include <cstdio>#include <cstdlib>
Include dependency graph for printtime.h:Declares functions that write timestamps to e.g. log files.
Functions | |
| void | print_time (FILE *out, gmx_walltime_accounting *walltime_accounting, int64_t step, const t_inputrec *ir, const gmx::MpiComm &mpiCommSimulation) |
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. | |
| 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.
| [in] | log | logfile, or NULL to suppress output |
| [in] | rank | MPI rank to include in the output |
| [in] | title | Description to include in the output |
| [in] | the_time | Seconds since the epoch, e.g. as reported by gmx_gettime |
1.8.5