Skip to content

Commit 3652cd9

Browse files
authored
Merge pull request open-mpi#7227 from wbailey2/pr/4.0.x/two_phase_support-fix
v4.0.x: fcoll/two_phase: Compiler warning for wrong variable type used
2 parents d4dd837 + 71fe9d7 commit 3652cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ int mca_fcoll_two_phase_calc_aggregator(ompio_file_t *fh,
174174
fprintf(stderr,
175175
"Error in mca_fcoll_two_phase_calc_aggregator:");
176176
fprintf(stderr,
177-
"rank_index(%d) >= num_aggregators(%d) fd_size=%ld off=%ld min_off=%ld striping_unit=%d\n",
177+
"rank_index(%d) >= num_aggregators(%d) fd_size=%lld off=%lld min_off=%lld striping_unit=%d\n",
178178
rank_index, num_aggregators, fd_size, off, min_off, striping_unit);
179179
ompi_mpi_abort(&ompi_mpi_comm_world.comm, 1);
180180
}

0 commit comments

Comments
 (0)