fcoll/two_phase: Compiler warning for wrong variable type used
Squash compiler warning. Changed output specifier to match variable type (long int -> long long int). Signed-off-by: William Bailey <wbailey2@nd.edu>
Этот коммит содержится в:
родитель
cdf46e6682
Коммит
e2718e0196
@ -174,7 +174,7 @@ int mca_fcoll_two_phase_calc_aggregator(ompio_file_t *fh,
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Error in mca_fcoll_two_phase_calc_aggregator:");
|
"Error in mca_fcoll_two_phase_calc_aggregator:");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"rank_index(%d) >= num_aggregators(%d) fd_size=%ld off=%ld min_off=%ld striping_unit=%d\n",
|
"rank_index(%d) >= num_aggregators(%d) fd_size=%lld off=%lld min_off=%lld striping_unit=%d\n",
|
||||||
rank_index, num_aggregators, fd_size, off, min_off, striping_unit);
|
rank_index, num_aggregators, fd_size, off, min_off, striping_unit);
|
||||||
ompi_mpi_abort(&ompi_mpi_comm_world.comm, 1);
|
ompi_mpi_abort(&ompi_mpi_comm_world.comm, 1);
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user