william-dawson / NTPoly

A massively parallel library for computing the functions of sparse matrices.
https://william-dawson.github.io/NTPoly/
MIT License
18 stars 10 forks source link

MPI C datatype instead of Fortran datatype #232

Open Kokookster opened 5 months ago

Kokookster commented 5 months ago

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 commented 5 months ago

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.