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

Can not concurrently create path and send/receive #15

Open
blootsvoets opened this issue Aug 1, 2013 · 0 comments
Open

Can not concurrently create path and send/receive #15

blootsvoets opened this issue Aug 1, 2013 · 0 comments

Comments

@blootsvoets
Copy link

Possible trouble:
Segmentation fault in reading a vector in SendRecv while it is being resized.

Possible solution:
Turn vector data structures that are modified in AddStreams into arrays. This way the arrays do have to be allocated when MPWide is started (compiled), but it saves a load of trouble because they are then immutable. It is then up to users to set a sensible maximum number of streams to be used within a single session.

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

No branches or pull requests

1 participant