Skip to content

Commit fb04596

Browse files
authored
Merge pull request #7225 from wbailey2/pr/fix-fcoll_two_phase_support
fcoll/two_phase_support: warning stomp
2 parents cdf46e6 + e2718e0 commit fb04596

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)