SX-Aurora / Vftrace

GNU General Public License v3.0
10 stars 2 forks source link

MPI_SIZEOF is deprecated #37

Closed SpinTensor closed 3 years ago

SpinTensor commented 3 years ago

The Fortran routine MPI_SIZEOF is deprecated since MPI-4.0 and needs to be removed from the wrappers. Every instance of it needs to be replaced by a properly used C_SIZEOF. One needs to be cautious because MPI_SIZEOF worked in bits, while C_SIZEOF works in bytes.