Skip to content
Snippets Groups Projects

Fix OEP full - spin polarized case

Merged Nicolas Tancogne-Dejean requested to merge fix_oep_polarized into hotfix-12.2
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -685,7 +685,7 @@ subroutine X(states_elec_orthogonalize_single_batch)(st, mesh, nst, iqn, phi, no
end do
if (mesh%parallel_in_domains) then
call profiling_in(reduce_prof, TOSTRING(X(GRAM_SCHMIDT_REDUCE)))
call profiling_in(reduce_prof, TOSTRING(X(GRAM_SCHMIDT_BATCH_REDUCE)))
call mesh%allreduce(ss, dim = length_ss)
call profiling_out(reduce_prof)
end if
Loading