Fix uninitialized memory in elpa2_trans_ev_band_to_full
The old code crashes when calling an MPI_Allreduce. The reason is that part of the input array (t_tmp in this case) is not initialized.
Showing
Please register or sign in to comment