1
1
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
..
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2013-04-15 13:10:42 +00:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2017-08-16 14:21:27 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2012-09-12 05:02:51 +00:00
2006-08-15 19:54:10 +00:00
2016-03-02 05:40:41 -08:00
2017-05-29 15:43:52 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2008-09-24 15:41:42 +00:00
2013-04-15 13:10:42 +00:00
2015-06-23 20:59:57 -07:00
2013-10-28 13:24:16 +00:00
2015-06-23 20:59:57 -07:00
2018-10-06 19:32:37 +00:00