-
Notifications
You must be signed in to change notification settings - Fork 10
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 mpi_ring_async_sender_receiver
with all MPI completion modes
#1151
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5996b0 - Browse repository at this point
Copy the full SHA f5996b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab64fd6 - Browse repository at this point
Copy the full SHA ab64fd6View commit details -
Use PIKA_TEST_EQ instead of PIKA_ASSERT for test check in mpi_ring_as…
…ync_sender_receiver test
Configuration menu - View commit details
-
Copy full SHA for cacc596 - Browse repository at this point
Copy the full SHA cacc596View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ba863 - Browse repository at this point
Copy the full SHA e5ba863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 761e4ae - Browse repository at this point
Copy the full SHA 761e4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d0c07 - Browse repository at this point
Copy the full SHA 06d0c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b4f76 - Browse repository at this point
Copy the full SHA 18b4f76View commit details -
Release condition variable lock before triggering continuation in MPI…
… suspend_resume mode
Configuration menu - View commit details
-
Copy full SHA for c8ec9cb - Browse repository at this point
Copy the full SHA c8ec9cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d4242b - Browse repository at this point
Copy the full SHA 5d4242bView commit details -
Reduce counters and fix race condition in counter check
Two counters were used for debugging during development, but are not really needed for counting tasks in flight and it's better to use the main in_flight counter for checking when finished.
Configuration menu - View commit details
-
Copy full SHA for 13e41fe - Browse repository at this point
Copy the full SHA 13e41feView commit details -
Make MPI polling max size atomic
This avoids data races between writing (set_max_polling_size) and reading (within the MPI polling loop) the max polling size. Reads are relaxed since we don't care much about stale values being used.
Configuration menu - View commit details
-
Copy full SHA for 61555e4 - Browse repository at this point
Copy the full SHA 61555e4View commit details