Skip to content

PM paper brainstorm

Phil Miller edited this page Jul 21, 2020 · 10 revisions
  • Provides asynchronous execution and application-independent dynamic load in a design that emphasizes close integration with and embedding in existing MPI code
  • Offers a consistent C++ API that balances convenience for application developers through modern language facilities, with careful consideration of compatibility with the broad range of compilers used in distributed memory HPC applications (e.g. Intel, Nvidia) (compare LSU HPX)
  • Uses (relatively? check X10, Sterling HPX) novel high-performance implementations of composable distributed termination detection to support convenient over-arching high-level control flow constructs
Clone this wiki locally