Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test a stronger file consistency is required by UnifyFS #120

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

wkliao
Copy link
Member

@wkliao wkliao commented Feb 11, 2024

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);

@wkliao wkliao changed the title A stronger file consistency is required by UnifyFS Test a stronger file consistency is required by UnifyFS Feb 14, 2024
@wkliao wkliao merged commit 5f5e2ea into master Feb 14, 2024
3 of 4 checks passed
@wkliao wkliao deleted the unifyfs branch March 15, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant