Fix a bug in elpa_multiply_a_b
In elpa_multiply_a_b I wanted to call mpi_comm_rank but accidentally called mpi_comm_size. This only affects the GPU initialization where GPUs are assigned to CPU cores based on their MPI ranks.
Please register or sign in to comment