-
Notifications
You must be signed in to change notification settings - Fork 5
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
Rebound Params issue #17
Comments
what is this actually testing? That the parameter file is the same on all ranks? |
It's the restart string of bytes we stuff into the params (in InitializeFromRestart)? |
If it's complaining about the |
Can we just add some flag to parameters that says don't write/read these from the outputs? |
Yeah I think it's just |
Running
disk_nbody_cyl.in
on 8 ranks on an interactiveskylake-gold
session gives me this error:Weirdly, this error goes away if I run with only 4 ranks. If I fill out the
reb_simulation
struct on all ranks rather than just the first (line ~153 ofnbody.cpp
) I can run for at least a few cycles. We may just have to keep this struct synced across ranks. Not sure why this hasn't come up before.The text was updated successfully, but these errors were encountered: