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

Implement parallel input of data files in example #10

Open
pierrepebay opened this issue May 5, 2023 · 2 comments
Open

Implement parallel input of data files in example #10

pierrepebay opened this issue May 5, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@pierrepebay
Copy link
Contributor

pierrepebay commented May 5, 2023

Have 4 ranks reading their own part of data input and have 1 rank generating the image.

@pierrepebay
Copy link
Contributor Author

When trying to get a rank that doesn't exist in an info object, the exception could be outputted in a more explicit and understandable way.

  • Current error:
    Screenshot 2023-05-10 at 16 17 40
  • Possible better handling:
    Exception in unordered_map::at : key not found : rank 2 does not exist in this info

@ppebay ppebay added the enhancement New feature or request label Sep 16, 2024
@ppebay
Copy link
Contributor

ppebay commented Sep 16, 2024

This issue appears to combine

  • an enhancement ("Have 4 ranks reading their own part of data input and have 1 rank generating the image.")
  • a bug (the exception could be outputted in a more explicit and understandable way)

These two should be disentangled and possibly separated in two different issues (one which may no longer be relevant).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants