Parallel-NetCDF / PnetCDF

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

Fix logic of enabling in-place byte swap #147

Closed wkliao closed 3 months ago

wkliao commented 3 months ago

This affects only when running on a Big Endian machine.

When byte swapping is not necessary, this commit avoids extra internal buffer allocation.