Parallel-NetCDF / PnetCDF

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

Test a stronger file consistency is required by UnifyFS #120

Closed wkliao closed 6 months ago

wkliao commented 6 months ago

When running tests on UnifyFS file system, a stronger file consistency is required. See #107 and #119

This is done by adding the following code fragment.

    ncmpi_sync(ncid);
    MPI_Barrier(MPI_COMM_WORLD);
    ncmpi_sync(ncid);