Eduardo Ariel Menendez Proupin wrote:
1
> from addusdens_r : error # 1
> expected 360.00000000, found 101.25021916: wrong chargeactually it looks like the charge is good: it is the test that is wrong! quick fix: diff -w -i -b -r1.37 PW/realus.f90 1472c1472 < USE mp_global, ONLY : intra_pool_comm --- > USE mp_global, ONLY : intra_pool_comm, inter_pool_comm 1526a1527 > CALL mp_sum( charge , inter_pool_comm ) P. -- Paolo Giannozzi, Democritos and University of Udine, Italy
