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

Fortran's integer is 4 bytes but MPI_Request is 8 bytes #36

Open
upperwal opened this issue May 27, 2018 · 1 comment
Open

Fortran's integer is 4 bytes but MPI_Request is 8 bytes #36

upperwal opened this issue May 27, 2018 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@upperwal
Copy link
Owner

Internal request allocated through malloc is 8 bytes which is stored in fortran integer.

@upperwal upperwal added bug Something isn't working good first issue Good for newcomers labels May 27, 2018
@upperwal
Copy link
Owner Author

Hack would be to change integer to integer*8 to create 8 byte integer in fortran.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant