Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the raven.cereal file? #52

Open
RachelDuffin opened this issue Oct 6, 2021 · 3 comments
Open

What is the raven.cereal file? #52

RachelDuffin opened this issue Oct 6, 2021 · 3 comments

Comments

@RachelDuffin
Copy link

Hi,

I've looked through the documentation and I can't find an explanation of what the raven.cereal file is / what it does - would it be possible to explain?

Thanks!

@rvaser
Copy link
Collaborator

rvaser commented Oct 7, 2021

Hi Rachel,
it is a binary file used to store checkpoints during the assembly for the case the user wants to resume a previous run (option --resume). If you do not want raven to generate it, you can use --disable-checkpoints options. The extension cereal was used to indicate the used library to store/load data to/from disk (https://github.com/USCiLab/cereal).

Best regards,
Robert

@RachelDuffin
Copy link
Author

Hi Robert,

I see - so can it be used to work out what stage the assembler is at? I'm not sure what the correct way would be to open & read the file.

Best wishes,

Rachel

@rvaser
Copy link
Collaborator

rvaser commented Oct 8, 2021

Hi Rachel,
it is meant for internal use only, the log generated to stderr should indicate the stage the assembler is at.

Best regards,
Robert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants