-
Notifications
You must be signed in to change notification settings - Fork 218
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
Use hierarchical groups in libSplash #60
Comments
Will be integrated with or after @psychocoderHPC changes |
The group level shouldn't get too deep so it does not affect performance. fields/FieldB/x particles/electrons/momentum particles/ions/ |
👍 that would be perfect. We always have to keep in mind, that a user just wants to skip the ghosts at all during post-processing (or he/she will ask for them explicitly). |
I am pretty sure this will trigger some problems, yes. This would be even weird for writing the data, since you would try to combine data from top and bottom gpus (?) into one dataset. Maybe we should just split this once more time in top and bottom |
Do we need ghosts if we implement #114? Than we write the sliding window data and the restart data in a own file. |
@psychocoderHPC is probably right. Else, holes could be interpreted as zero-value data transparently, but maybe that is harder to achieve than dividing restart hdf5 and output hdf5 in #114 . |
+1, let's write to files so the poor physicists are not confused :) |
yeah, let us write to files :P |
I agree and we can drop ghosts and write them to a seperate file later on. For now, let's just move over the existing code. |
Cool 👍 |
Nice! 👍 |
Use hierarchical groups in libSplash Close #60
…gfix-initialize_regions Regions are now correctly initialized
Use hierarchical groups to better distinguish particles, fields, ghost cells, indices
Current idea:
fileset 1 (simulation data):
fileset 2 (simulation restart data):
The text was updated successfully, but these errors were encountered: