File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
* Copyright (c) 2009-2010 Oracle and/or its affiliates. All rights reserved.
14
14
* Copyright (c) 2011-2013 Los Alamos National Security, LLC.
15
15
* All rights reserved.
16
- * Copyright (c) 2013-2019 Intel, Inc. All rights reserved.
16
+ * Copyright (c) 2013-2020 Intel, Inc. All rights reserved.
17
17
* Copyright (c) 2014-2018 Research Organization for Information Science
18
18
* and Technology (RIST). All rights reserved.
19
19
* Copyright (c) 2017 IBM Corporation. All rights reserved.
@@ -476,9 +476,9 @@ char* orte_get_proc_hostname(orte_process_name_t *proc)
476
476
}
477
477
478
478
/* if we are an app, get the data from the modex db */
479
- OPAL_MODEX_RECV_VALUE (rc , OPAL_PMIX_HOSTNAME ,
480
- (opal_process_name_t * )proc ,
481
- & hostname , OPAL_STRING );
479
+ OPAL_MODEX_RECV_VALUE_OPTIONAL (rc , OPAL_PMIX_HOSTNAME ,
480
+ (opal_process_name_t * )proc ,
481
+ & hostname , OPAL_STRING );
482
482
483
483
/* user is responsible for releasing the data */
484
484
return hostname ;
You can’t perform that action at this time.
0 commit comments