-
-
Notifications
You must be signed in to change notification settings - Fork 20
Removal of useless reallocations of ext_node_comm #79
Copy link
Copy link
Open
Labels
kind: enhancementenhancement to an existing featureenhancement to an existing featurepart: parmmgspecific to parmmg code partspecific to parmmg code partpriority: lowlinked to weak improvements or to a distant deadlinelinked to weak improvements or to a distant deadline
Metadata
Metadata
Assignees
Labels
kind: enhancementenhancement to an existing featureenhancement to an existing featurepart: parmmgspecific to parmmg code partspecific to parmmg code partpriority: lowlinked to weak improvements or to a distant deadlinelinked to weak improvements or to a distant deadline
Type
Projects
Status
No status
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.