Skip to content
Snippets Groups Projects
Commit d0454b26 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Add note about progress on the topic this project was initially designed to look at

parent 95a7bcf9
No related branches found
No related tags found
1 merge request!6Version with faked data
...@@ -64,3 +64,14 @@ eager exchanges are working and what effect the size of the packets has. ...@@ -64,3 +64,14 @@ eager exchanges are working and what effect the size of the packets has.
--------------------------- ---------------------------
Peter W. Draper 24 Sep 2019. Peter W. Draper 24 Sep 2019.
Continuing from the notes above, there are also RDMA based versions of
swiftmpistepsim, which are found in the various branches of the
repository. That work and a re-working of SWIFT to use RDMA revealed that the
main driver for the delays wasn't the scatter in MPI completion, but the time
taken to copy data into and out of registered memory, the best solution to
which was to make better use of the memory bandwidth by copying using multiple
threads.
-----------------------------
Peter W. Draper 24 April 2023.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment