Commit History

Author SHA1 Message Date
  Corentin Salingue 6d11b2397f replace malloc with STARPU_MALLOC to check the pointer 8 years ago
  Corentin Salingue f7acc7fe76 * fix bug in async mode when using MPI Master-Slave 8 years ago
  Corentin Salingue 28d9ec43f7 add asynchronous MPI master-slave transfers 8 years ago
  Corentin Salingue 8104359b27 return -ENODEV when starpu_init is called more than once with MPI Master Slave 8 years ago
  Corentin Salingue 4fad314e8e Use only one tag for sync transfers and probe any tag 8 years ago
  Corentin Salingue 4a14747dd9 add Master <-> Slaves transfers + fix bug when asynchronous messages are received + fix bug when multiple thread is not activated 8 years ago
  Corentin Salingue b73c8258d6 Measure bandwidth and latency for mpi Master-Slave 8 years ago
  Corentin Salingue 43bcba847d change MPI_Init to MPI_Init_thread even if we don't have the MPI multiple threads support 8 years ago
  Corentin Salingue 0762e54a0e Use MPI_Init if we don't have support of multiple threads in MPI 8 years ago
  Corentin Salingue b29424ca91 use MPI_THREAD_MULTIPLE and warn user if it is not supported 8 years ago
  Corentin Salingue 776a294c84 Prevent wrong thread destination by using different tags 8 years ago
  Corentin Salingue 265c0614c9 Nodes are correctly initiated and can send and recv some messages 8 years ago
  Corentin Salingue 9e1a892b56 Begin to add a MPI driver 8 years ago