1
1
openmpi/orte/mca/oob/tcp
Jeff Squyres 51f286d737 Just like r14289 on the ORTE trunk:
Per discussions with Brian and Ralph, make a slight correction in
where components are installed. Use $pkglibdir, not $libdir/openmpi,
so that when compiled in the orte trunk, components are installed to
the right directory (because the component search patch is checking
$pkglibdir).

This commit was SVN r14345.

The following SVN revisions from the original message are invalid or
inconsistent and therefore were not cross-referenced:
  r14289
2007-04-12 11:19:42 +00:00
..
configure.m4 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
Makefile.am Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
oob_tcp_addr.c Bring over the update to terminate orteds that are generated by a dynamic spawn such as comm_spawn. This introduces the concept of a job "family" - i.e., jobs that have a parent/child relationship. Comm_spawn'ed jobs have a parent (the one that spawned them). We track that relationship throughout the lineage - i.e., if a comm_spawned job in turn calls comm_spawn, then it has a parent (the one that spawned it) and a "root" job (the original job that started things). 2006-11-14 19:34:59 +00:00
oob_tcp_addr.h Hand-pack the connection information for each peer rather than just 2006-10-25 15:09:30 +00:00
oob_tcp_hdr.h Rename OMPI_PROCESS_NAME_{HTON, NTOH} macros to ORTE_PROCESS_NAME_{HTON, NTOH} 2006-11-22 03:03:21 +00:00
oob_tcp_msg.c Add more output. Fix some typos, and some small cleanups. 2007-04-12 05:01:29 +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 fix dumb variable scope mistake 2007-04-07 23:00:57 +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 Print out error string rather than errno for TCP-related errors, making it easier for both the user and us to debug issues with BTL and OOB issues... 2006-12-14 18:20:43 +00:00
oob_tcp_recv.c Only print information if the condition is met. 2007-04-12 07:28:18 +00:00
oob_tcp_send.c Add more output. Fix some typos, and some small cleanups. 2007-04-12 05:01:29 +00:00
oob_tcp.c Add more output. Fix some typos, and some small cleanups. 2007-04-12 05:01:29 +00:00
oob_tcp.h Fix a number of OOB issues: 2007-04-07 22:33:30 +00:00