Skip to content

Commit 23d6e9a

Browse files
committed
print for I/O
1 parent e5be702 commit 23d6e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gates_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ int gates_main(int argc, char* argv[]){
118118
MPI_Send(block, BLOCK_SIZE, MPI_CHAR, i, 0, MPI_COMM_WORLD);
119119
}
120120

121-
printf("Reading %d lines for node %d\n", partition_lengths[i], i);
121+
printf("Reading lines for node %d\n", i);
122122
}
123123

124124
fclose(f);

0 commit comments

Comments
 (0)