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

Improve fms2_io performance #1218

Closed
uramirez8707 opened this issue May 11, 2023 · 1 comment · Fixed by #1226 or #1227
Closed

Improve fms2_io performance #1218

uramirez8707 opened this issue May 11, 2023 · 1 comment · Fixed by #1226 or #1227
Labels
enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality.

Comments

@uramirez8707
Copy link
Contributor

uramirez8707 commented May 11, 2023

Is your feature request related to a problem? Please describe.

Doman Reads:

  • In the current version of fms2_io, the io_root pe does 1 read for each of the pes and sends it to the other ranks, which is very inefficient

Compressed Writes:

  • In the current version of fms2_io, the io_root_pe gathers and writes the data one PE at a time, instead of just doing one write

Describe the solution you'd like
Doman Reads:

  • The root pe should do 1 read instead of multiple. The sending of the data should be non-blocking.

Compressed Writes:

  • The root pe should gather all of the data and do one write instead of multiple.

Describe alternatives you've considered
N/A

Additional context
N/A

@uramirez8707 uramirez8707 added the enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality. label May 11, 2023
@uramirez8707
Copy link
Contributor Author

Fixed on main in #1259

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant