-
Notifications
You must be signed in to change notification settings - Fork 7
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
Need optimisation for chunk dimensions #55
Comments
Initially, rawspec v3 has been using uniformly: (1, 1, number_of_fine_channels). This was amended to be (Nds, 1, Nfpc) |
@david-macmahon from Seti BL slack: Change the chunk size logic such that
Only concern is that for nfpc=2^20 and Nc=64, we will have 1024 "active" chunks for the high frequency resolution product. That might not play well with the chunk cache, so performance testing this idea would be critical. I think it would make the read side (E.g. turbo_seti) very happy. Agreed. Much better, IMO. Getting started on work toewards tag v3.1.2. The only affected module is cc: @lacker @mattlebofsky |
fbh5_open.c state Control chunking with Control caching with chunking logic in fbh5_open.c:
computed caching in force:
|
The current chunk strategy is not working optimally for turbo_seti.
The text was updated successfully, but these errors were encountered: