Hi,
I tried to use PLASMA in combination with MPI, but there occurs a big problem.
I first call the MPI_init and then the PLASMA_init function. The processes are distributed amoung different cores until the PLASMA_init is called, then all processes are using the same core.
I dont know why the PLASMA_init function influences the distribution of the MPI-processes.
Is there a way to use PLASMA with MPI in an efficient way?
