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

Extend scatter_data to work with int64 #1219

Closed
uramirez8707 opened this issue May 11, 2023 · 1 comment
Closed

Extend scatter_data to work with int64 #1219

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

Comments

@uramirez8707
Copy link
Contributor

Is your feature request related to a problem? Please describe.
mpp_scatter interface does not allow passing in int64 buffers

FMS/mpp/mpp.F90

Lines 734 to 741 in 003b8e1

interface mpp_scatter
module procedure mpp_scatter_pelist_int4_2d
module procedure mpp_scatter_pelist_int4_3d
module procedure mpp_scatter_pelist_real4_2d
module procedure mpp_scatter_pelist_real4_3d
module procedure mpp_scatter_pelist_real8_2d
module procedure mpp_scatter_pelist_real8_3d
end interface

Describe the solution you'd like
Add support for int64

Describe alternatives you've considered

Additional context
This will help when doing #1218

@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 in 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