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 5e54675 commit 7e66a7fCopy full SHA for 7e66a7f
test/datatype/unpack_hetero.c
@@ -2,6 +2,7 @@
2
/*
3
* Copyright (c) 2014-2016 Research Organization for Information Science
4
* and Technology (RIST). All rights reserved.
5
+ * Copyright (c) 2022 IBM Corporation. All rights reserved.
6
* $COPYRIGHT$
7
*
8
* Additional copyrights may follow
@@ -40,7 +41,7 @@ uint32_t remote_arch = 0xffffffff;
40
41
*/
42
int main(int argc, char *argv[])
43
{
- opal_init_util(NULL, NULL);
44
+ opal_init(NULL, NULL);
45
46
/**
47
* By default simulate homogeneous architectures.
@@ -96,7 +97,7 @@ int main(int argc, char *argv[])
96
97
OBJ_RELEASE(pConv);
98
99
/* clean-ups all data allocations */
- opal_finalize_util();
100
+ opal_finalize();
101
102
return OPAL_SUCCESS;
103
}
0 commit comments