x10-lang / x10

Core implementation of X10 programming language including compiler, runtime, class libraries, sample programs and test suite
Eclipse Public License 1.0
70 stars 15 forks source link

ULFM-2 support and native collectives cleanup #29

Open shamouda opened 6 years ago

shamouda commented 6 years ago

1- supporting a recent release of ULFM that provides non-blocking collectives. 2- rolling back to the old mechanism of notifying the completion of a native collective call using a local finish, rather than a boolean return value from X10RT functions. 3- rolling back to using one callback function in native collectives instead of two (one for success, and one for failure). A parameter is added to the original callback function, notifyDPE, for notifying place failures.