mo-marqh@346a1e0
demonstrates how MPI-IO can be implemented for reads
this is really beneficial, compared to an all-ranks read serial pattern, which we should not support.
infrastructure/source/io/lfric_ncdf_file_mod.F90 should be updated to enable this MPI-IO pattern.
Key design question:
- Should there be behaviour switching to allow usage to pick from serial IO && MPI-IO?
- I suspect both patterns are differently useful
mo-marqh@346a1e0
demonstrates how MPI-IO can be implemented for reads
this is really beneficial, compared to an all-ranks read serial pattern, which we should not support.
infrastructure/source/io/lfric_ncdf_file_mod.F90should be updated to enable this MPI-IO pattern.Key design question: