1
1

* remove some debugging output that shouldn't have been committed. Doh!

This commit was SVN r9171.
Этот коммит содержится в:
Brian Barrett 2006-02-27 16:23:52 +00:00
родитель 24f4b282f8
Коммит 9b19e3fef0

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

@ -180,10 +180,7 @@ int mca_btl_tcp_proc_insert(
be in NBO. Since big endian machines always send and receive
in NBO, we don't care so much about that case. */
if (btl_proc->proc_ompi->proc_arch & OMPI_ARCH_ISBIGENDIAN) {
printf("setting BIGENDIAN\n");
btl_endpoint->endpoint_nbo = true;
} else {
printf("not setting big endian\n");
}
#endif