1
1
openmpi/test
Brian Barrett fc8a7868e7 * fix ompi_ifaddrtoname to return the correct error code (it was returning
OMPI_ERROR if it found something and OMPI_SUCCESS otherwise).  Also
  look for INADDR_NONE instead of INADDR_ANY as the return from inet_addr()
* add convinience function ompi_ifislocal to quickly test if a given
  hostname or IP address (in dotted-quad form) is a local address
* don't ssh to the local machine, but fork() / exec() the bootproxy directly
  if ompi_ifislocal returns true *AND* there is no username specified
  for the given host
* remove the llm hack to translate localhost -> local machine name

This commit was SVN r3450.
2004-10-31 19:01:53 +00:00
..
class - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
include - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
mca - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
mpi add run script 2004-09-03 14:40:53 +00:00
rte - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
support - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
threads - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
util * fix ompi_ifaddrtoname to return the correct error code (it was returning 2004-10-31 19:01:53 +00:00
Makefile.am * code to deal with getting callbacks / waiting for SIGCHLD. These should 2004-09-26 17:43:35 +00:00