1
1
openmpi/opal/mca/if/linux_ipv6
Charles Shereda cbc6feaab2 Created opal_gethostname() as safer gethostname substitute.
The opal_gethostname() function provides a more robust mechanism
to retrieve the hostname than gethostname(), which can return
results that are not null-terminated, and which can vary in its
behavior from system to system.

opal_gethostname() just returns the value in opal_process_info.nodename;
this is populated in opal_init_gethostname() inside opal_init.c.

-Changed all gethostname calls in opal subtree to opal_gethostname
-Changed all gethostname calls in orte subtree to opal_gethostname
-Changed all gethostname calls in ompi subdir to opal_gethostname
-Changed all gethostname calls in oshmem subdir to opal_gethostname
-Changed opal_if.c in test subdir to use opal_gethostname
-Changed opal_init.c to include opal_init_gethostname. This function
 returns an int and directly sets opal_process_info.nodename per
 jsquyres' modifications.

Relates to open-mpi#6801

Signed-off-by: Charles Shereda <cpshereda@lanl.gov>
2020-01-13 08:52:17 -08:00
..
configure.m4 configury: test portability 2015-12-28 13:58:45 +09:00
help-opal-if-linux-ipv6.txt Fix if_linux_ipv6 verbose output of interface addresses 2019-07-09 05:45:15 -07:00
if_linux_ipv6.c Created opal_gethostname() as safer gethostname substitute. 2020-01-13 08:52:17 -08:00
Makefile.am Fix if_linux_ipv6 verbose output of interface addresses 2019-07-09 05:45:15 -07:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00