MRChemSoft / mrchem

MultiResolution Chemistry
GNU Lesser General Public License v3.0
28 stars 21 forks source link

Output depending on print level fails with MPI #492

Open msnik1999 opened 2 months ago

msnik1999 commented 2 months ago

I tried writing output depending on the print level for src/scf_solver/Groundstatesolver.cpp (ll.328-330 and ll.344-346) in PR #481. I tried a similar approach as src/scf_solver/Groundstatesolver.cpp (ll.268-270), however MPI calculations are crashing when using this if-clause.