Webinar 2020 How to Use C++ Parallel Algorithms in a Distributed Memory Setup (i.e. MPI)

From SHARCNETHelp
Revision as of 11:07, 11 March 2021 by Syam (talk | contribs) (Created page with "Last year and earlier this year, SHARCNET presented two webinars introducing C++17 parallel algorithms. There was an interesting frequently asked question: is it possible to u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Last year and earlier this year, SHARCNET presented two webinars introducing C++17 parallel algorithms. There was an interesting frequently asked question: is it possible to use them in an MPI setup? This seminar tries to address that question. First, there will be a very short intro to C++17 parallel algorithms followed by an overview of Partitioned Global Address Space (PGAS) parallel programming model. Then, DASH C++ template library (http://www.dash-project.org/) will be introduced. A live demonstration of installing and building programs with DASH concludes the webinar.