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

add return status to coupler_types_send_data routine #1370

Closed
rem1776 opened this issue Sep 15, 2023 · 0 comments · Fixed by #1530
Closed

add return status to coupler_types_send_data routine #1370

rem1776 opened this issue Sep 15, 2023 · 0 comments · Fixed by #1530
Assignees
Labels
enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality.

Comments

@rem1776
Copy link
Contributor

rem1776 commented Sep 15, 2023

Is your feature request related to a problem? Please describe.
The coupler types module has a send_data routine to iterate through its fields and call send_data. This has no real way of checking return statuses of the send data calls.

Describe the solution you'd like
Some type of logical output array of return statuses

Describe alternatives you've considered
could make it a function instead and return a logical array, but then all calls would have to be changed

Additional context
came up with mixed precision updates

@rem1776 rem1776 added the enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality. label Sep 15, 2023
@rem1776 rem1776 self-assigned this May 7, 2024
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