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

Broadcast combischeme instead of reading it from .json in every rank #75

Closed
freifrauvonbleifrei opened this issue Apr 4, 2023 · 0 comments

Comments

@freifrauvonbleifrei
Copy link
Contributor

It appears there are set-ups where it is not possible that every rank reads ~4MB of data in .json files.

To this end, it would be good if this section

CombiMinMaxSchemeFromFile(DimType dim, LevelVector& lmin, LevelVector& lmax, std::string ctschemeFile)

could be reworked such that only one rank (maybe per process group) reads the data and broadcasts the resulting vectors to the other ranks.

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

No branches or pull requests

1 participant