Skip to content

2023.01.01

Compare
Choose a tag to compare
@rem1776 rem1776 released this 06 Jun 19:34
· 289 commits to main since this release
3201596

[2023.01.01] - 2023-06-06

Known Issues

  • GFORTRAN: GNU compilers prior to the GCC 9.0 release are unsupported for this release due to lack of support for the findloc intrinsic function. This will result in an error saying 'findloc' has no IMPLICIT type and can be resolved by compiling with gcc version 9.0 or greater.

Changed

  • FMS2_IO: Performance changes for domain_reads_2d and domain_reads_3d:

    • Root pe reads the data
    • Uses mpp_scatter to send the data to the other pes
    • Added unit tests to test all of the domain_read/domain_write interfaces
  • FMS2_IO: Performance changes for compressed_writes_1d/2d/3d

    • Uses mpp_gather to get data for write
    • Added unit tests to test all of the compressed writes interfaces
    • Compressed_writes_4d/5d were unchanged
  • FMS2_IO: Extended mpp_scatter and mpp_gather to work for int8; added a kludge for scatter since the data is assumed to be (x,y,z)