Removal of useless reallocations of ext_node_comm
#79
Labels
kind: enhancement
enhancement to an existing feature
part: parmmg
specific to parmmg code part
priority: low
linked to weak improvements or to a distant deadline
Allocation of parmesh->ext_node_comm at size nprocs everywhere. The memory cost should be neglectible even if the number of used communicators ( parmesh->next_node_comm) is << nprocs and it avoids lot of useless dynamic allocations.
The text was updated successfully, but these errors were encountered: