1
1
openmpi/orte/mca/oob/tcp
Brian Barrett d00a0de716 * It appears that in their infinite wisdom, Apple removed the
__DARWIN_ALIGN_POWER define from the last release of the OS X compiler
    toolchain.  The bug in net/if.h, however, is still there.  So look
    for the hints that we're on a 64 bit Apple PowerPC instead.
  * If we don't find a buffer size that works by 10MB, we're never
    going to.  So add some code to limit the buffer size we'll try
    so that we don't fall into an infinite loop
  * Detect errors in opal_ifcount in the oob init code

Refs trac:420

This commit was SVN r11825.

The following Trac tickets were found above:
  Ticket 420 --> https://svn.open-mpi.org/trac/ompi/ticket/420
2006-09-26 16:37:04 +00:00
..
configure.m4 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
configure.params Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
oob_tcp_addr.c With the branch to 1.2 made.... 2006-08-15 19:54:10 +00:00
oob_tcp_addr.h And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
oob_tcp_hdr.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
oob_tcp_msg.c Cleanup a historical naming convention problem. Move the socket_errno definitions to the OPAL layer and change the name accordingly. This cleans up some interrelationship issues as well as removing a name confusion. 2006-08-14 20:14:44 +00:00
oob_tcp_msg.h * use opal_free_list_item_t as the type of items stored in an opal_free_list_t, 2006-07-17 21:51:50 +00:00
oob_tcp_peer.c Blah.. we should always return after try_connect() here, not just when we have an error. 2006-09-22 15:51:11 +00:00
oob_tcp_peer.h And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
oob_tcp_ping.c And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
oob_tcp_recv.c * use opal_free_list_item_t as the type of items stored in an opal_free_list_t, 2006-07-17 21:51:50 +00:00
oob_tcp_send.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
oob_tcp.c * It appears that in their infinite wisdom, Apple removed the 2006-09-26 16:37:04 +00:00
oob_tcp.h Fix for running jobs that span multiple 's' partitions on IU BigRed. 2006-09-19 19:33:49 +00:00