1
1

output the right name and stop confusing george

This commit was SVN r9215.
Этот коммит содержится в:
Graham Fagg 2006-03-08 00:40:14 +00:00
родитель be9ea4d1b0
Коммит 95b060c741

Просмотреть файл

@ -720,7 +720,7 @@ ompi_coll_tuned_bcast_intra_basic_linear (void *buff, int count,
size = ompi_comm_size(comm);
rank = ompi_comm_rank(comm);
OPAL_OUTPUT((ompi_coll_tuned_stream,"ompi_coll_tuned_bcast_intra_chain rank %d root %d", rank, root));
OPAL_OUTPUT((ompi_coll_tuned_stream,"ompi_coll_tuned_bcast_intra_basic_linear rank %d root %d", rank, root));
/* Non-root receive the data. */