Gromacs
2025-dev-20240910-a7e2421
|
Enumerations | |
enum | CheckpointVersion { CheckpointVersion::Base, CheckpointVersion::Count } |
Enum describing the contents ekinstate_t writes to modular checkpoint. More... | |
enum | DFHistoryCheckpointVersion { DFHistoryCheckpointVersion::Base, DFHistoryCheckpointVersion::Count } |
Enum describing the contents df_history_t writes to modular checkpoint. More... | |
Variables | |
constexpr auto | c_currentVersion = CheckpointVersion(int(CheckpointVersion::Count) - 1) |
constexpr auto | c_dfHistoryCurrentVersion |
|
strong |
Enum describing the contents ekinstate_t writes to modular checkpoint.
When changing the checkpoint content, add a new element just above Count, and adjust the checkpoint functionality.
Enumerator | |
---|---|
Base |
First version of modular checkpointing. |
Count |
Number of entries. Add new versions right above this! |
|
strong |
Enum describing the contents df_history_t writes to modular checkpoint.
When changing the checkpoint content, add a new element just above Count, and adjust the checkpoint functionality.
Enumerator | |
---|---|
Base |
First version of modular checkpointing. |
Count |
Number of entries. Add new versions right above this! |
constexpr auto anonymous_namespace{state.cpp}::c_dfHistoryCurrentVersion |