Skip to content

Commit 7e66a7f

Browse files
committed
test: Fix datatype test case
Signed-off-by: Joshua Hursey <[email protected]>
1 parent 5e54675 commit 7e66a7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/datatype/unpack_hetero.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/*
33
* Copyright (c) 2014-2016 Research Organization for Information Science
44
* and Technology (RIST). All rights reserved.
5+
* Copyright (c) 2022 IBM Corporation. All rights reserved.
56
* $COPYRIGHT$
67
*
78
* Additional copyrights may follow
@@ -40,7 +41,7 @@ uint32_t remote_arch = 0xffffffff;
4041
*/
4142
int main(int argc, char *argv[])
4243
{
43-
opal_init_util(NULL, NULL);
44+
opal_init(NULL, NULL);
4445

4546
/**
4647
* By default simulate homogeneous architectures.
@@ -96,7 +97,7 @@ int main(int argc, char *argv[])
9697
OBJ_RELEASE(pConv);
9798

9899
/* clean-ups all data allocations */
99-
opal_finalize_util();
100+
opal_finalize();
100101

101102
return OPAL_SUCCESS;
102103
}

0 commit comments

Comments
 (0)