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

[Draft] Disabling threading #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[Draft] Disabling threading #9

wants to merge 1 commit into from

Conversation

aroffringa
Copy link
Owner

By default, Dysco uses multi-threading and caching for compressing the data. Decompressing is serial.

This behaviour has caused problems when writing to measurement sets itself is also parallelized, for example by running many DP3 instances at the same time. At that point, this was solved by reducing the maximum nr of threads to 8 (instead of to the nr of CPU cores). Recently, @adrabent reported more issues when running aoflagger on a spw combined set. These issues, together with that I'm not sure how much the multi-threading really improves in common cases, gave rise to developing a branch in which threading is disabled.

This is quite a big change, and due to the implications to production data quality associated with Dysco, I'll keep this thread open for a while, for testing, before merging it.

@aroffringa aroffringa changed the title Disabling threading [Draft] Disabling threading Feb 15, 2024
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

Successfully merging this pull request may close these issues.

1 participant