Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Conversation

@nrgraham23
Copy link
Contributor

This pull request adds an arraylist of type Buffer to
the Request class. Whenever a request object is created
that has associated buffers, the buffers should be added
to this array list so the java garbage collector does
not dispose of the buffers prematurely.

This is a more robust expansion on the idea first proposed by
@ggouaillardet

Fixes #369

Signed-off-by: Nathaniel Graham ngraham@lanl.gov

@hppritcha @jsquyres

:bot:milestone:v2.0.0
;bot:label:enhancement

Nathaniel Graham and others added 2 commits August 24, 2015 10:06
This pull request adds an arraylist of type Buffer to
the Request class.  Whenever a request object is created
that has associated buffers, the buffers should be added
to this array list so the java garbage collector does
not dispose of the buffers prematurely.

This is a more robust expansion on the idea first proposed by
@ggouaillardet

Fixes open-mpi#369

Signed-off-by: Nathaniel Graham <ngraham@lanl.gov>
Removing the ArrayList import which is no longer needed.
@hppritcha
Copy link
Member

@jsquyres this is ready to go in

jsquyres added a commit that referenced this pull request Aug 25, 2015
@jsquyres jsquyres merged commit 46628d1 into open-mpi:v2.x Aug 25, 2015
alex-mikheev pushed a commit to alex-mikheev/ompi-release that referenced this pull request Nov 11, 2015
oob ud: fixes and parameter adjustment
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants