1
1
openmpi/ompi/mca/btl/tcp
Brian Barrett a34e67d743 Remove unneeded PARAM_INIT_FILE variable in configure.params files used by
components that use configure.m4 for configuration or are always built. 
The macro has not been needed since moving to configure types other than
configure.stub

Fixes trac:590

This commit was SVN r13031.

The following Trac tickets were found above:
  Ticket 590 --> https://svn.open-mpi.org/trac/ompi/ticket/590
2007-01-08 03:44:22 +00:00
..
btl_tcp_addr.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
btl_tcp_component.c Remove some debugging output that was #if 0'ed out but shouldn't have been 2006-12-19 02:34:41 +00:00
btl_tcp_endpoint.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
btl_tcp_endpoint.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
btl_tcp_frag.c Second take at fixing the issues with using ompi_ptr_t. Add helper functions for converting from .pval to .lval and vice-versa. Users of ompi_ptr_t types should only use one of the fields in the union unless using the helper conversion functions. For the BTLs, local pointers will always be stored in the .pval field and remote pointers always stored in the .lval field. 2007-01-07 01:48:57 +00:00
btl_tcp_frag.h Revert out r12974, 12976, and 12991 as George has provided a less intrusive fix 2007-01-04 22:07:37 +00:00
btl_tcp_hdr.h Merge in changes from the bwb-heterogeneous temp branch (r12491 - 2006-12-04 20:11:42 +00:00
btl_tcp_proc.c Ensure that endpoint->endpoint_addr is not NULL before trying to 2006-05-16 19:01:08 +00:00
btl_tcp_proc.h The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
btl_tcp.c Revert out r12974, 12976, and 12991 as George has provided a less intrusive fix 2007-01-04 22:07:37 +00:00
btl_tcp.h The visibility flags (and/or Windows friendly export) is now on for all BTLs. 2006-09-14 22:19:39 +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 Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00