Skip to content

How to start a computation from a previous one ? #35

Closed Answered by hyharry
salettid asked this question in Q&A
Discussion options

You must be logged in to vote

in load.yaml one can specify f_out (output frequency for result.hdf5) and f_restart (restart output frequency which always overwrites a restart.hdf5). When restarting, simulation will refer to the last written restart increment n_restart (according to your f_restart) not the last recording in your result.hdf5 (according to your f_out).

to determine the last restart increment, you can check your screen output for the last restart statement, or if you redirect this stdout to a log file, then you should be able to search the last restart statement in your log file.

You could also have a look at our documentation page for further information.

Hope it clarifies your question.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@salettid
Comment options

@hyharry
Comment options

Answer selected by salettid
Comment options

You must be logged in to vote
1 reply
@MarDiehl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants