Parallel-NetCDF / PnetCDF

Source code repository of PnetCDF library and utilities
https://parallel-netcdf.github.io
Other
80 stars 23 forks source link

Remove type casting between MPI_Fint and int #86

Closed wkliao closed 2 years ago

wkliao commented 2 years ago

Because PnetCDF requires size of int be equal to size of MPI_Fint and in MPI standard MPI_Fint is a type definition of a C type, type casting between int and MPI_Fint is not necessary.