1
1
openmpi/test/util
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
..
Makefile.am * fix ompi_ifaddrtoname to return the correct error code (it was returning 2004-10-31 19:01:53 +00:00
ompi_argv.c - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
ompi_if.c * fix ompi_ifaddrtoname to return the correct error code (it was returning 2004-10-31 19:01:53 +00:00
ompi_numtostr.c * update to match real function names 2004-10-31 18:06:10 +00:00
ompi_os_create_dirpath.c - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
ompi_os_path.c - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
ompi_pack.c - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
ompi_session_dir.c - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
ompi_sys_info.c - Add #if protection around non-portable system .h files 2004-10-20 01:03:09 +00:00
run_tests make more general 2004-09-03 15:03:42 +00:00