Skip to content

Commit

Permalink
added comment for choosing type of communicators; modified GIT_TAG to…
Browse files Browse the repository at this point in the history
… suitable commit
  • Loading branch information
Corentin Prigent authored and Algiane committed Aug 21, 2024
1 parent ec66e4f commit aa2de6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inout_pmmg.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ int PMMG_loadCommunicators( PMMG_pParMesh parmesh,const char *filename ) {
MMG_FSCANF(inm,"%d",&ncomm);
pos = ftell(inm);
if (API_mode == PMMG_UNSET) {
/** if both parallel nodes and parallel faces are provided, use faces to build communicators */
API_mode = PMMG_APIDISTRIB_nodes;
}
break;
Expand Down

0 comments on commit aa2de6a

Please sign in to comment.