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

MPI C datatype instead of Fortran datatype #232

Open
Kokookster opened this issue Mar 27, 2024 · 1 comment
Open

MPI C datatype instead of Fortran datatype #232

Kokookster opened this issue Mar 27, 2024 · 1 comment

Comments

@Kokookster
Copy link
Contributor

One of our builds crashed because MPI_LONG is a MPI C datatype. I guess the correct corresponding MPI long integer in Fortran should be MPI_INTEGER4 .

I fixed this already in ELSI, but wanted to make sure this also goes into the main repo :)

@william-dawson
Copy link
Owner

Thanks. I think this was fixed in #208, but I wrote MPI_INTEGER8 instead of MPI_INTEGER4! I should fix that, and create a new minor release.

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

No branches or pull requests

2 participants