IBM Books

Hitchhiker's Guide


Appendix A. A sample program to illustrate messages

This appendix

provides sample output for a program run under POE with the maximum level of message reporting. It also points out the different types of messages you can expect, and explains what they mean.

To set the level of messages that get

reported when you run your program, you can use the -infolevel (or -ilevel) option when you invoke POE. You can also use the MP_INFOLEVEL environment variable. Setting either of

these to 6 gives you the maximum number of diagnostic messages when you run your program. For more information about setting the POE message level, see IBM Parallel Environment for AIX: Operation and Use, Vol. 1.

Note that we're using numbered prefixes along the left-hand edge of the following output as a way to refer to particular lines. The prefixes are not part of the output you'll see when you run your program. For an explanation of the messages denoted by these numbered prefixes, see Figuring out what all of this means.

The following command produces the output which follows:

> poe hello_world_c -procs 2  -rmpool 1 -infolevel 6

1     [c162n04][/u/voe3/pfc ]> poe hello_world_c -procs 2 -rmpool 1 -infolevel 6 
2     INFO: DEBUG_LEVEL changed from 0 to 4
3     D1<L4>: Open of file ./host.list successful
4     ATTENTION: 0031-379  Pool setting ignored when hostfile used
5     D1<L4>: mp_euilib = ip
6     D1<L4>: task 0 c162n04.ppd.pok.ibm.com 9.114.98.68 10
7     D1<L4>: task 1 c162n04.ppd.pok.ibm.com 9.114.98.68 10
8     D1<L4>: node allocation strategy = 0
9     D1<L4>: Entering pm_contact, jobid is 0
10    D1<L4>: Jobid = 991363020
11    D1<L4>: DCE is not available...processing continues. 
12    D1<L4>: Requesting service pmv3
13    D1<L4>: 1 master nodes
14    D1<L4>: Socket file descriptor for master 0 (c162n04.ppd.pok.ibm.com) is 4 
15    D1<L4>: Leaving pm_contact, jobid is 991363020
16    D4<L4>: Command args:<>
17    D3<L4>: Message type 34 from source 0
18    D4<L4>: Task 0 pulse received,count is 0 curr_time is 991339108
19    D4<L4>: Task 0 pulse acknowledged, count is 0 curr_time is 991339108
20    D3<L4>: Message type 21 from source 0
21    INFO: 0031-724  Executing program: <hello_world_c>
22    D3<L4>: Message type 21 from source 1
23    D3<L4>: Message type 21 from source 1
24    INFO: 0031-724  Executing program: <hello_world_c>
25    D3<L4>: Message type 21 from source 0
26    INFO: DEBUG_LEVEL changed from 0 to 4
27    D3<L4>: Message type 21 from source 1
28    INFO: DEBUG_LEVEL changed from 0 to 4
29    D3<L4>: Message type 21 from source 0
30    D1<L4>: In mp_main, mp_main will not be checkpointable
31    D3<L4>: Message type 21 from source 1
32    D1<L4>: In mp_main, mp_main will not be checkpointable
33    D3<L4>: Message type 21 from source 0
34    D1<L4>: mp_euilib is <ip>
35    D3<L4>: Message type 21 from source 0
36    D1<L4>: Executing _mp_init_msg_passing() from mp_main()...
37    D3<L4>: Message type 21 from source 1
38    D1<L4>: mp_euilib is <ip>
39    D1<L4>: Executing _mp_init_msg_passing() from mp_main()...
40    D3<L4>: Message type 21 from source 1
41    D1<L4>: cssAdapterType is <1>
42    D3<L4>: Message type 23 from source 1
43    D1<L4>: init_data for task 1: <9.114.98.68:44317>
44    D3<L4>: Message type 21 from source 0
45    INFO: 0031-619 MPCI library was compiled at  Tue Apr 24 15:42:51 2001
46    D3<L4>: Message type 21 from source 0
47    D1<L4>: cssAdapterType is <1>
48    D3<L4>: Message type 23 from source 0
49    D1<L4>: init_data for task 0: <9.114.98.68:44318>
50    D2<L4>: About to call pm_address
51    INFO: 0031-425  MPI initialization has completed
52    D2<L4>: Elapsed time for pm_address: 0 seconds
53    D3<L4>: Message type 21 from source 0
54    D3<L4>: Message type 21 from source 1
55    D1<L4>: mp_css_interrupt is <0>
56    D1<L4>: Task < 128: MP_SYNC_ON_CONNECT is defaulted to YES.
57    D1<L4>: About to call mpci_connect
58    D3<L4>: Message type 21 from source 0
59    D1<L4>: mp_css_interrupt is <0>
60    D1<L4>: Task < 128: MP_SYNC_ON_CONNECT is defaulted to YES.
61    D1<L4>: About to call mpci_connect
62    D3<L4>: Message type 21 from source 0
63    D1<L4>: Elapsed time for mpci_connect: 0 seconds
64    D3<L4>: Message type 21 from source 1
65    D1<L4>: Elapsed time for mpci_connect: 0 seconds
66    D1<L4>: _css_init: adapter address = 0
67    D3<L4>: Message type 21 from source 0
68    D1<L4>: _css_init: adapter address = 0
69    D3<L4>: Message type 21 from source 1
70    D1<L4>: _css_init: rc from HPSOclk_init is 1
71    D1<L4>: About to call _ccl_init
72    D3<L4>: Message type 21 from source 0
73    D1<L4>: Elapsed time for _ccl_init: 0 seconds
74    D3<L4>: Message type 21 from source 1
75    D1<L4>: Elapsed time for _ccl_init: 0 seconds
76    D3<L4>: Message type 44 from source 0
77    D3<L4>: Message type 44 from source 1
78    D2<L4>: <C O N N E C T   D A T A>
79    D2<L4>: Task    Down Count      Nodes
80    D2<L4>: ====    ==========      =====
81    D2<L4>: 0       0               
82    D2<L4>: 1       0               
83    D2<L4>: <E N D   O F   C O N N E C T   D A T A>
84    D3<L4>: Message type 20 from source 0
85    Hello, world!
86    D3<L4>: Message type 21 from source 0
87    INFO: 0031-306  pm_atexit: pm_exit_value is 0.
88    D3<L4>: Message type 17 from source 0
89    D3<L4>: Message type 20 from source 1
90    Hello, world!
91    D3<L4>: Message type 21 from source 1
92    INFO: 0031-306  pm_atexit: pm_exit_value is 0.
93    D3<L4>: Message type 17 from source 1
94    D3<L4>: Message type 22 from source 1
95    INFO: 0031-656  I/O file STDOUT closed by task 1
96    D3<L4>: Message type 22 from source 1
97    INFO: 0031-656  I/O file STDERR closed by task 1
98    D3<L4>: Message type 15 from source 1
99    D1<L4>: Accounting data from task 1 for source 1:
100   D3<L4>: Message type 15 from source 0
101   D1<L4>: Accounting data from task 0 for source 0:
102   D3<L4>: Message type 22 from source 0
103   INFO: 0031-656  I/O file STDOUT closed by task 0
104   D3<L4>: Message type 22 from source 0
105   INFO: 0031-656  I/O file STDERR closed by task 0
106   D3<L4>: Message type 1 from source 0
107   INFO: 0031-251  task 0 exited: rc=0
108   D3<L4>: Message type 1 from source 1
109   INFO: 0031-251  task 1 exited: rc=0
110   D1<L4>: All remote tasks have exited: maxx_errcode = 0
111   INFO: 0031-639  Exit status from pm_respond = 0
112   D1<L4>: Maximum return code from user = 0
113   D2<L4>: In pm_exit... About to call pm_remote_shutdown
114   D2<L4>: Sending PMD_EXIT to task 0
115   D2<L4>: Elapsed time for pm_remote_shutdown: 0 seconds
116   D2<L4>: In pm_exit... Calling exit with status = 0 at Thu May 31 15:58:35 2001 
 


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]