Comment 1 for bug 1815735

Revision history for this message
Alberto Garcia (albertog) wrote :

Indeed. When using many species and/or LDA+U, etc, the pool might overflow.
The fix is relatively straightforward, by using a re-sizable allocatable array.
We could write an ad-hoc piece of code, or take the opportunity to write a 'bud' container
for re-sizable arrays.