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

Use MPI independent I/O when number of processes is 1 #149

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Conversation

wkliao
Copy link
Member

@wkliao wkliao commented Aug 28, 2024

Check if the number of processes is 1. If this is the case, call only the MPI independent I/O functions. In addition, it avoids calls to MPI_Barrier, MPI_Bcast, and MPI_Allreduce.

Check if the number of processes is 1. If this is the case, call
only the MPI independent I/O functions. In addition, it avoids
calls to MPI_Barrier, MPI_Bcast, and MPI_Allreduce.
@wkliao wkliao merged commit 9f9cf3b into master Aug 28, 2024
4 checks passed
@wkliao wkliao deleted the serial branch August 28, 2024 23:29
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