12
12
#include <stdio.h>
13
13
#include <unistd.h>
14
14
15
- #include "orte /util/show_help.h"
15
+ #include "opal /util/show_help.h"
16
16
17
17
int main (int argc , char * argv [])
18
18
{
@@ -27,8 +27,8 @@ int main(int argc, char *argv[])
27
27
opal_output (0 ,
28
28
"============================================================================" );
29
29
opal_output (
30
- 0 , "This test ensures that the aggregation functionality of the orte_show_help \nsystem "
31
- "is working properly. It outputs a bogus warning about orte_init (),\nand contains "
30
+ 0 , "This test ensures that the aggregation functionality of the opal_show_help \nsystem "
31
+ "is working properly. It outputs a bogus warning about opal_init (),\nand contains "
32
32
"sleep statements to ensure that the timer is firiing properly\nin the HNP and "
33
33
"aggregates messages properly. The total sleep time is\n(3 * num_procs). You "
34
34
"should see:\n\n - aggregation messages from the HNP every five seconds or so\n - a "
@@ -38,13 +38,12 @@ int main(int argc, char *argv[])
38
38
}
39
39
MPI_Barrier (MPI_COMM_WORLD );
40
40
41
- orte_show_help ("help-orte -runtime.txt" , "orte_init :startup:internal-failure" , true, "Nothing " ,
42
- "ORTE_EVERYTHING_IS_PEACHY " , "42" );
41
+ opal_show_help ("help-opal -runtime.txt" , "opal_init :startup:internal-failure" ,
42
+ true, "Nothing " , 42 );
43
43
sleep (rank * 3 );
44
44
45
- orte_show_help ("help-orte-runtime.txt" , "orte_init:startup:internal-failure" , true,
46
- "Duplicate orte_show_help detection" , "ORTE_SHOW_HELP_DUPLICATE_FAILED" ,
47
- "99999" );
45
+ opal_show_help ("help-opal-runtime.txt" , "opal_init:startup:internal-failure" , true,
46
+ true, "Duplicate opal_show_help detection" , 42 );
48
47
49
48
MPI_Barrier (MPI_COMM_WORLD );
50
49
0 commit comments