Advanced MPI

University of Cambridge - 12 - 13th September 2017

Dan Holmes EPCC

in conjunction with INTERTWinE

__________________________________________________________________
 
Course Page including timetable: https://events.prace-ri.eu/event/641/
 
__________________________________________________________________
 
This is a live collaborative online document which we will use to   share links, information and comments. All course participants are   encouraged to contribute. 

Guest accounts 180 - 235
p/w  :  kE3O1ZxIKEXrbks2Rrct

Z3[01-50]
bitt3rn

Name Queue User State Start / Duration / End

 Wed 09:00 / 32400 / Wed 18:00
State: RESV_CONFIRMED Nodes: 40 Group: y14

Use this code: R4783851


Oops :)

MPI_Type_indexed would be useful. Any pointers to material (apart from the MPI Standard)? Any books recommended? Also for MPI_Type_struct.
The “Using Advanced MPI” book (below) is a good reference for recent features of MPI but you may also like to look at previous versions for older features of MPI, e.g.:

Yes, this is a good reference/teaching book, written by the MPI Forum members that produced the recent versions of the MPI Standard.

Could also mention C++ boost::multi_array (and Eigen) for contiguous N-dimensional array access from C++, when using the C MPI interface.
Agreed, this is a good idea - I will add this to the course slides for future presentations. Thanks!