1
1
openmpi/orte/mca/oob/tcp
Ralph Castain 41977fcc95 Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but...
Cleanup ALL instances of output involving the printing of orte_process_name_t structures using the ORTE_NAME_ARGS macro so that the number of fields and type of data match. Replace those values with a new macro/function pair ORTE_NAME_PRINT that outputs a string (using the new thread safe data capability) so that any future changes to the printing of those structures can be accomplished with a change to a single point.

Note that I could not possibly find outputs that directly print the orte_process_name_t fields, but only dealt with those that used ORTE_NAME_ARGS. Hence, you may still have a few outputs that bark during compilation. Also, I could only verify those that fall within environments I can compile on, so other environments may yield some minor warnings.

This commit was SVN r15517.
2007-07-19 20:56:46 +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 Properly handle case where user instructs the oob to not use all non-localhost 2007-05-31 02:29:44 +00:00
oob_tcp_addr.h A couple cleanups for the IPv6 support: 2007-04-25 19:08:07 +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 Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but... 2007-07-19 20:56:46 +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 Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but... 2007-07-19 20:56:46 +00:00
oob_tcp_peer.h Merge in the ipv6 work from /tmp/ipv6-merge. 2007-04-25 01:55:40 +00:00
oob_tcp_ping.c Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but... 2007-07-19 20:56:46 +00:00
oob_tcp_recv.c Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but... 2007-07-19 20:56:46 +00:00
oob_tcp_send.c Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but... 2007-07-19 20:56:46 +00:00
oob_tcp.c Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but... 2007-07-19 20:56:46 +00:00
oob_tcp.h Properly handle case where user instructs the oob to not use all non-localhost 2007-05-31 02:29:44 +00:00