Skip to content
  • Wenzhe Yu's avatar
    Fix a bug in elpa_multiply_a_b · 7dcfd8ce
    Wenzhe Yu authored
    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.
    7dcfd8ce