Closed stigrj closed 3 years ago
The new MPI parallelized version of XC Hessian fails with mpi::orb_size > 1 with error message
mpi::orb_size > 1
Error: expand_nodes(), line 173: Size mismatch
from xc_utils.cpp::expand_nodes. It does not get the expected number of input functions vs data points in the case of XC Hessian.
xc_utils.cpp::expand_nodes
Error is triggered in the unit test
mpirun -np 4 bin/mrchem-tests [xc_hessian_lda]
but also in real-world response calculations, e.g Properties { polarizability = true } with any type of DFT functional.
Properties { polarizability = true }
The new MPI parallelized version of XC Hessian fails with
mpi::orb_size > 1
with error messagefrom
xc_utils.cpp::expand_nodes
. It does not get the expected number of input functions vs data points in the case of XC Hessian.