Closed kostrzewa closed 6 years ago
Are you sure that the factor of peram_construct.nb_entities
in global_data.cpp
is necessary? The loops should account for all random vectors of all flavours, so peram_matrix_size_sum
should already be correct. Note that there is potential for an integer overflow here, however. (for large lattices with many eigenvectors). peram_matrix_size_sum
should probably be size_t
.
I did not sufficiently check the memory consumption output. I am fairly convinced, the whole peram_construct is useless. But I currently don't have enough time to simplify it. There are dependencies left and right in the global data...
This is fixed for now. I'm working through global_data to understand it all.
85 Gb for 6 perambulators, each of which is 2.4 Gb?