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

883: Make broadcast deliver to sender (for default group) #1225

Merged
merged 11 commits into from
Feb 23, 2021

Conversation

JacobDomagala
Copy link
Contributor

Fixes #883

@JacobDomagala JacobDomagala force-pushed the 883-make-bcast-deliver-to-sender branch 2 times, most recently from 67c5b6f to d386c5c Compare January 21, 2021 22:22
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 21, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 21, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 21, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 21, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@JacobDomagala JacobDomagala force-pushed the 883-make-bcast-deliver-to-sender branch 2 times, most recently from 590e018 to 5b58faf Compare January 22, 2021 15:12
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@JacobDomagala JacobDomagala force-pushed the 883-make-bcast-deliver-to-sender branch 3 times, most recently from a518499 to 647c43b Compare January 22, 2021 16:44
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Jan 22, 2021
@JacobDomagala JacobDomagala force-pushed the 883-make-bcast-deliver-to-sender branch from ca70159 to ccd8b6c Compare February 22, 2021 21:35
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Feb 22, 2021
@DARMA-tasking DARMA-tasking deleted a comment from azure-pipelines bot Feb 22, 2021
@JacobDomagala JacobDomagala force-pushed the 883-make-bcast-deliver-to-sender branch from ccd8b6c to 0ec1ae8 Compare February 23, 2021 09:44
@github-actions
Copy link

github-actions bot commented Feb 23, 2021

PR tests (gcc-5, ubuntu, mpich)

Build for 73b7e8c

Successful

@github-actions
Copy link

github-actions bot commented Feb 23, 2021

PR tests (clang-3.9, ubuntu, mpich)

Build for 73b7e8c

Successful

@github-actions
Copy link

github-actions bot commented Feb 23, 2021

PR tests (clang-5.0, ubuntu, mpich)

Build for 73b7e8c

Successful

@github-actions
Copy link

github-actions bot commented Feb 23, 2021

PR tests (gcc-10, ubuntu, openmpi, no LB)

Build for 73b7e8c

Successful

@github-actions
Copy link

github-actions bot commented Feb 23, 2021

PR tests (gcc-7, ubuntu, mpich, trace runtime, LB)

Build for 73b7e8c

Successful

@github-actions
Copy link

github-actions bot commented Feb 23, 2021

PR tests (gcc-6, ubuntu, mpich)

Build for 73b7e8c

Successful

@github-actions
Copy link

github-actions bot commented Feb 23, 2021

PR tests (gcc-8, ubuntu, mpich, address sanitizer)

Build for 73b7e8c

Successful

@github-actions
Copy link

github-actions bot commented Feb 23, 2021

PR tests (gcc-9, ubuntu, mpich, zoltan)

Build for 73b7e8c

Successful

@JacobDomagala JacobDomagala force-pushed the 883-make-bcast-deliver-to-sender branch from 0ec1ae8 to c166484 Compare February 23, 2021 11:07
@github-actions
Copy link

github-actions bot commented Feb 23, 2021

PR tests (intel 19, ubuntu, mpich)

Build for 73b7e8c

Successful

@github-actions
Copy link

github-actions bot commented Feb 23, 2021

PR tests (clang-8, alpine, mpich)

Build for 73b7e8c

Successful

@@ -98,6 +98,10 @@ struct ActiveEnvelope {
/// True iff the message is considered locked.
/// If locked, changes to the envelope will result in failure.
bool is_locked : 1;

// Used only for broadcast to default group
// Determines whether message should be send also to sender
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reword please:
"Determines whether message should also be sent to the sender"

@lifflander lifflander merged commit b5edc11 into develop Feb 23, 2021
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.

Make broadcasts deliver to the sender
3 participants