ICLDisco / dplasma

DPLASMA is a highly optimized, accelerator-aware, implementation of a dense linear algebra package for distributed heterogeneous systems. It is designed to deliver sustained performance for distributed systems where each node featuring multiple sockets of multicore processors, and if available, accelerators, using the PaRSEC runtime as a backend.
Other
11 stars 9 forks source link

Don't convert MPI datatypes to pointers, that is not correct with MPICH #90

Closed abouteiller closed 1 year ago

abouteiller commented 1 year ago

these usages are all in the hashkey and naming generators. They should not impact the correctness of the application. So I assume this is not the real fix for frontier.

For history: correct, I was looking for a datatype bug so I went over all incorrect conversions of MPI objects into (void*) but found only these, and they are not the root cause.