We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44e674 commit b3558f2Copy full SHA for b3558f2
opal/util/proc.c
@@ -5,7 +5,7 @@
5
* reserved.
6
* Copyright (c) 2013 Inria. All rights reserved.
7
* Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
8
- * Copyright (c) 2014-2016 Research Organization for Information Science
+ * Copyright (c) 2014-2017 Research Organization for Information Science
9
* and Technology (RIST). All rights reserved.
10
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
11
@@ -50,6 +50,7 @@ static void opal_proc_construct(opal_proc_t* proc)
50
proc->proc_convertor = NULL;
51
proc->proc_flags = 0;
52
proc->proc_name = *OPAL_NAME_INVALID;
53
+ proc->proc_hostname = NULL;
54
}
55
56
static void opal_proc_destruct(opal_proc_t* proc)
0 commit comments