"git@gitlab.inria.fr:solverstack/chameleon.git" did not exist on "246c86c3649d932c1e3f748686206afc0d2ae3b0"
Minimize the allocation in symmetrization process
See PR !63 (merged) Right now, we allocate 5% of the local nnz for each remote node to store potential unsymetric data. We need to change this for an allocation on demand to reduce the amount of memory allocated when the number of MPI processes gets large.