-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Change some block labels #1860
base: master
Are you sure you want to change the base?
Change some block labels #1860
Conversation
- without waiting -> and continue - broadcast to sprite -> send to sprite
im not opposed to it |
This is great, the previous wording was bad |
"broadcast" in the parallel programing sense means "send to everyone" which those blocks don't do. MPI separates these operations into MPI_Bcast and MPI_Send |
Though it still is a broadcast in that sense since it goes to all the clones of that sprite too |
I mean, if there is clones, you can think of it as a Carbon Copy type of send Where it is still sending, but there are extra recipients getting the same information |
without waiting
continue
message
tosprite
message
tosprite