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 8ecb240 commit 19bdd1dCopy full SHA for 19bdd1d
oshmem/mca/memheap/base/memheap_base_frame.c
@@ -1,7 +1,7 @@
1
/*
2
* Copyright (c) 2013 Mellanox Technologies, Inc.
3
* All rights reserved.
4
- * Copyright (c) 2015 Research Organization for Information Science
+ * Copyright (c) 2015-2016 Research Organization for Information Science
5
* and Technology (RIST). All rights reserved.
6
*
7
* $COPYRIGHT$
@@ -38,7 +38,7 @@ char* mca_memheap_base_exclude = NULL;
38
opal_list_t mca_memheap_base_components_opened = {{0}};
39
struct mca_memheap_base_module_t* mca_memheap_base_module_initialized = NULL;
40
int mca_memheap_base_already_opened = 0;
41
-mca_memheap_map_t mca_memheap_base_map;
+mca_memheap_map_t mca_memheap_base_map = {{{{0}}}};
42
43
static int mca_memheap_base_register(mca_base_register_flag_t flags)
44
{
0 commit comments