You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although it agrees well with other 64-bit parameters like MPI_INTEGER8, but this is an exception.
This logical type was added in OpenMPI lib in 1.3 version [7 years ago], but it is not yet present in MPICH lib at all, not even in the newest 3.3 version.
Thus, I strongly discourage any usage of MPI_LOGICAL2, MPI_LOGICAL4, MPI_LOGICAL8, but
MPI_LOGICAL is present everywhere and I advice to use that instead (or MPI_INTEGER8).
Otherwise we are going to loose mpich users.
The text was updated successfully, but these errors were encountered:
I noticed the usage of MPI_LOGICAL8 type in Write_Log_Array and Read_Log_Array functions.
Although it agrees well with other 64-bit parameters like MPI_INTEGER8, but this is an exception.
This logical type was added in OpenMPI lib in 1.3 version [7 years ago], but it is not yet present in MPICH lib at all, not even in the newest 3.3 version.
Thus, I strongly discourage any usage of MPI_LOGICAL2, MPI_LOGICAL4, MPI_LOGICAL8, but
MPI_LOGICAL is present everywhere and I advice to use that instead (or MPI_INTEGER8).
Otherwise we are going to loose mpich users.
The text was updated successfully, but these errors were encountered: