Skip to content

Commit bcb06a8

Browse files
committed
mute counters
1 parent 30f63e8 commit bcb06a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/drivers/ncmpio/ncmpio_close.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ ncmpio_close(void *ncdp)
230230
MPI_Comm_rank(ncp->comm, &rank);
231231
cls_counter = 0;
232232
ncmpio_free_NC(ncp);
233-
if (rank == 0){
234-
printf("cls_counter: %d\n", cls_counter);
235-
}
233+
// if (rank == 0){
234+
// printf("cls_counter: %d\n", cls_counter);
235+
// }
236236

237237
return status;
238238
}

src/drivers/ncmpio/ncmpio_hash_func.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ ncmpio_hash_table_free(NC_nametable *nameT, int hash_size)
318318
for (i=0; i<hash_size; i++) {
319319
if (nameT[i].num > 0){
320320
NCI_Free(nameT[i].list);
321-
cls_counter += nameT[i].num - 1;
321+
// cls_counter += nameT[i].num - 1;
322322
}
323323
nameT[i].num = 0;
324324
}

0 commit comments

Comments
 (0)