Hi all,
Just a brief announcement to say that our longest outstanding pull request, #35, has finally been merged. My sincere apologies for taking so long.
Nevertheless, a fairly robust checkpointing mechanism that allows users to restart in the same directory without overwriting. You have two choices when creating a FileHandler (for checkpointing, or any other analysis tasks):
mode = 'overwrite'
which will delete any present analysis outputs with the same base path, or
mode = 'append'
which will create a new set, incremented past the last output in the current directory. The default is set to 'append' in the global dedalus.cfg file, but this can be overrode by your own config file.
thanks again for your patience!
j