@@ -423,7 +423,8 @@ int PMMG_fix_subgrp_contiguity( PMMG_pParMesh parmesh,int color,int *list0,
423
423
if ( next_len > main_len ) {
424
424
/* Merge main */
425
425
if ( main_otetra == PMMG_UNSET ) {
426
- fprintf (stderr ,"\n### Warning: Cannot merge main subgroup on proc %d\n" ,parmesh -> myrank );
426
+ if ( parmesh -> info .imprim > PMMG_VERB_DETQUAL )
427
+ fprintf (stderr ,"\n### Warning: Cannot merge main subgroup on proc %d\n" ,parmesh -> myrank );
427
428
} else {
428
429
if ( !PMMG_merge_subgroup ( parmesh , mesh , color , main_list , main_len , main_otetra ) )
429
430
return 0 ;
@@ -441,7 +442,8 @@ int PMMG_fix_subgrp_contiguity( PMMG_pParMesh parmesh,int color,int *list0,
441
442
} else {
442
443
/* Merge next */
443
444
if ( next_otetra == PMMG_UNSET ) {
444
- fprintf (stderr ,"\n### Warning: Cannot merge next subgroup on proc %d\n" ,parmesh -> myrank );
445
+ if ( parmesh -> info .imprim > PMMG_VERB_DETQUAL )
446
+ fprintf (stderr ,"\n### Warning: Cannot merge next subgroup on proc %d\n" ,parmesh -> myrank );
445
447
} else {
446
448
if ( !PMMG_merge_subgroup ( parmesh , mesh , color , next_list , next_len , next_otetra ) )
447
449
return 0 ;
@@ -765,7 +767,8 @@ int PMMG_check_reachability( PMMG_pParMesh parmesh,int *counter ) {
765
767
* counter += next_len ;
766
768
767
769
if ( next_otetra == PMMG_UNSET ) {
768
- fprintf (stderr ,"\n### Warning: Cannot merge unreachable subgroup on proc %d\n" ,parmesh -> myrank );
770
+ if ( parmesh -> info .imprim > PMMG_VERB_DETQUAL )
771
+ fprintf (stderr ,"\n### Warning: Cannot merge unreachable subgroup on proc %d\n" ,parmesh -> myrank );
769
772
} else {
770
773
if ( parmesh -> ddebug ) {
771
774
printf ("Merging unseen %d into %d \n" ,color ,mesh -> tetra [next_otetra ].mark );
0 commit comments