-
James Dinan authored
This commit adds an implementation of MPI-3 dynamic windows. This implementation exposes all of memory in the window, rendering attach and detach as no-ops. Currently, no error checking is done to determine if RMA ops target valid/exposed locations at the target. This would be a nice addition (and can be done at the target in the two-sided ch3 implementation), but it would incur a O(log(attached_segments)) performance cost. Reviewer: buntinas
aa8a7afb