[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
Parallel Environment for AIX 5L V4.1 Hitchhiker's Guide SA22-7947-00
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, Volume
1.
Note that we are 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 will 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.
This command produces output similar to the following:
> poe hello_world_c -procs 2 -rmpool 1 -infolevel 6
1 INFO: DEBUG_LEVEL changed from 0 to 4
2 D1<L4>: Open of file ./host.list successful
3 ATTENTION: 0031-379 Pool setting ignored when hostfile used
4 D1<L4>: mp_euilib = ip
5 D1<L4>: task 0 c133rp03.ppd.pok.ibm.com 9.114.153.82 10
6 D1<L4>: task 1 c133rp03.ppd.pok.ibm.com 9.114.153.82 10
7 D1<L4>: node allocation strategy = 0
8 D1<L4>: Entering pm_contact, jobid is 0
9 D1<L4>: Jobid = 1046493997
10 D1<L4>: POE security method is COMPAT
11 D1<L4>: DCE is not available...processing continues.
12 D1<L4>: Requesting service pmv4
13 D1<L4>: 1 master nodes
14 D1<L4>: Socket file descriptor for master 0 (c133rp03.ppd.pok.ibm.com) is 4
15 D1<L4>: SSM_read on socket 4, source = 0, task id: 0, nread: 12, type:3.
16 D1<L4>: Leaving pm_contact, jobid is 1046493997
17 D4<L4>: Command args:<>
18 D3<L4>: Message type 34 from source 0
19 D4<L4>: Task 0 pulse received,count is 0 curr_time is 1045846735
20 D4<L4>: Task 0 pulse acknowledged, count is 0 curr_time is 1045846735
21 D3<L4>: Message type 21 from source 0
22 INFO: 0031-724 Executing program: <hello_world_c>
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 D4<L4>: pm_async_thread sends cond sig
28 D4<L4>: pm_async_thread calls sigwait, in_async_thread=0
29 D3<L4>: Message type 21 from source 0
30 D4<L4>: pm_main, wake up from timed cond wait
31 D1<L4>: In mp_main, mp_main will not be checkpointable
32 D1<L4>: mp_euilib is <ip>
33 D1<L4>: Executing _mp_init_msg_passing() from MPI_Init()...
34 INFO: 0031-619 32bit(ip) 0032-916 MPCI shared object was compiled at
Wed Feb 5 18:10:17 2003
35
36 D3<L4>: Message type 21 from source 1
37 INFO: DEBUG_LEVEL changed from 0 to 4
38 D4<L4>: pm_async_thread sends cond sig
39 D4<L4>: pm_async_thread calls sigwait, in_async_thread=0
40 41 D4<L4>: pm_main, wake up from timed cond wait
42 D1<L4>: In mp_main, mp_main will not be checkpointable
43 D1<L4>: mp_euilib is <ip>
44 D1<L4>: Executing _mp_init_msg_passing() from MPI_Init()...
45 D3<L4>: Message type 21 from source 0
46 D1<L4>: mp_css_interrupt is <0>
47 D1<L4>: About to call mpci_connect
48 @(#) 03/02/07 23:57:08 LAPI version # 5.54 Date:02/06/2002
49 D3<L4>: Message type 21 from source 1
50 D1<L4>: mp_css_interrupt is <0>
51 D1<L4>: About to call mpci_connect
D3<L4>: Message type 21 from source 1
52 @(#) 03/02/07 23:57:08 LAPI version # 5.54 Date:02/06/2002
53 D3<L4>: Message type 23 from source 1
54 D1<L4>: init_data for instance number 0, task 1:<158505298:63720>
55 D3<L4>: Message type 21 from source 1
56 D1<L4>: Elapsed time for mpci_connect: 1 seconds
57 D3<L4>: Message type 21 from source 1
58 D1<L4>: _css_init: rc from HPSOclk_init is 0
59
60 D1<L4>: About to call _ccl_init
61 D3<L4>: Message type 23 from source 0
62 D1<L4>: init_data for instance number 0, task 0:<158505298:63721>
63 D3<L4>: Message type 21 from source 0
64 D1<L4>: Elapsed time for mpci_connect: 1 seconds
65 D1<L4>: _css_init: rc from HPSOclk_init is 0
66
67 D1<L4>: About to call _ccl_init
68 D3<L4>: Message type 93 from source 0
69 D2<L4>: About to call pm_address
70 D2<L4>: Elapsed time for pm_address: 0 seconds
71 D3<L4>: Message type 93 from source 1
72 D2<L4>: About to call pm_address
73 D1<L4>: Sending saved string for instance 0 to task 1
74 D2<L4>: Elapsed time for pm_address: 0 seconds
75 D3<L4>: Message type 21 from source 0
76 D1<L4>: Elapsed time for _ccl_init: 1 seconds
77 D3<L4>: Message type 21 from source 1
78 D1<L4>: Elapsed time for _ccl_init: 1 seconds
79 D3<L4>: Message type 20 from source 0
80 Hello World !!
81 D3<L4>: Message type 20 from source 1
82 Hello World !!
83 D3<L4>: Message type 62 from source 1
84 D3<L4>: Message type 62 from source 0
85 D3<L4>: Message type 21 from source 0
86 INFO: 0031-306 pm_atexit: pm_exit_value is 0.
87 D3<L4>: Message type 17 from source 0
88 D3<L4>: Message type 21 from source 1
89 INFO: 0031-306 pm_atexit: pm_exit_value is 0.
90 D3<L4>: Message type 17 from source 1
91 D3<L4>: Message type 22 from source 0
92 INFO: 0031-656 I/O file STDOUT closed by task 0
93 D3<L4>: Message type 22 from source 0
94 INFO: 0031-656 I/O file STDERR closed by task 0
95 D3<L4>: Message type 22 from source 1
96 INFO: 0031-656 I/O file STDOUT closed by task 1
97 D3<L4>: Message type 22 from source 1
98 INFO: 0031-656 I/O file STDERR closed by task 1
99 D3<L4>: Message type 15 from source 0
100 D1<L4>: Accounting data from task 0 for source 0:
101 D3<L4>: Message type 15 from source 1
102 D1<L4>: Accounting data from task 1 for source 1:
103 D3<L4>: Message type 1 from source 0
104 INFO: 0031-251 task 0 exited: rc=0
105 D3<L4>: Message type 1 from source 1
106 INFO: 0031-251 task 1 exited: rc=0
107 D1<L4>: All remote tasks have exited: maxx_errcode = 0
108 INFO: 0031-639 Exit status from pm_respond = 0
109 D1<L4>: Maximum return code from user = 0
110 D2<L4>: In pm_exit... About to call pm_remote_shutdown
111 D2<L4>: Sending PMD_EXIT to task 0
112 D2<L4>: Elapsed time for pm_remote_shutdown: 0 seconds
113 D2<L4>: In pm_exit... Calling exit with status = 0 at
Fri Feb 21 10:58:57 2003
[ Top of Page | Previous Page | Next Page | Contents | Index ]
|