1 | Script started on 2010年01月18日 (週一) 09時49分49秒 |
---|
2 | jazz@bio001:~$ sudo cpan |
---|
3 | Terminal does not support AddHistory. |
---|
4 | |
---|
5 | cpan shell -- CPAN exploration and modules installation (v1.9205) |
---|
6 | ReadLine support available (maybe install Bundle::CPAN or Bundle::CPANxxl?) |
---|
7 | |
---|
8 | cpan[1]> install Parallel::MPI::Simple |
---|
9 | CPAN: Storable loaded ok (v2.18) |
---|
10 | Going to read /home/jazz/.cpan/Metadata |
---|
11 | Database was generated on Mon, 18 Jan 2010 00:33:44 GMT |
---|
12 | CPAN: YAML loaded ok (v0.66) |
---|
13 | Running install for module 'Parallel::MPI::Simple' |
---|
14 | Running make for A/AJ/AJGOUGH/Parallel-MPI-Simple-0.03.tar.gz |
---|
15 | CPAN: Digest::SHA loaded ok (v5.45) |
---|
16 | CPAN: Compress::Zlib loaded ok (v2.012) |
---|
17 | Checksum for /home/jazz/.cpan/sources/authors/id/A/AJ/AJGOUGH/Parallel-MPI-Simple-0.03.tar.gz ok |
---|
18 | Scanning cache /home/jazz/.cpan/build for sizes |
---|
19 | DONE |
---|
20 | Parallel-MPI-Simple-0.03/ |
---|
21 | Parallel-MPI-Simple-0.03/Simple.pm |
---|
22 | Parallel-MPI-Simple-0.03/Makefile.PL |
---|
23 | Parallel-MPI-Simple-0.03/Changes |
---|
24 | Parallel-MPI-Simple-0.03/INSTALL |
---|
25 | Parallel-MPI-Simple-0.03/MANIFEST |
---|
26 | Parallel-MPI-Simple-0.03/test.pl |
---|
27 | Parallel-MPI-Simple-0.03/ic.pl |
---|
28 | Parallel-MPI-Simple-0.03/Simple.xs |
---|
29 | CPAN: File::Temp loaded ok (v0.18) |
---|
30 | |
---|
31 | CPAN.pm: Going to build A/AJ/AJGOUGH/Parallel-MPI-Simple-0.03.tar.gz |
---|
32 | |
---|
33 | I'm about to build the Makefile for Parallel::MPI::Simple. |
---|
34 | |
---|
35 | If you find you cannot build this module, or that the tests fail, you |
---|
36 | may be on an odd system where you need to do more than pass -lmpi to |
---|
37 | your C compiler to build MPI applications. If this is the case, rerun |
---|
38 | perl Makefile.PL with appropriate LDFLAGS= and CCFLAGS= arguments. |
---|
39 | |
---|
40 | Also, this module is very new so if you manage to get it working on one |
---|
41 | of the systems not listed in INSTALL I'd love to hear about it. |
---|
42 | Checking if your kit is complete... |
---|
43 | Looks good |
---|
44 | Note (probably harmless): No library found for -lmpi |
---|
45 | Writing Makefile for Parallel::MPI::Simple |
---|
46 | cp ic.pl blib/lib/Parallel/MPI/ic.pl |
---|
47 | cp Simple.pm blib/lib/Parallel/MPI/Simple.pm |
---|
48 | /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -typemap /usr/share/perl/5.10/ExtUtils/typemap Simple.xs > Simple.xsc && mv Simple.xsc Simple.c |
---|
49 | cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/usr/lib/perl/5.10/CORE" Simple.c |
---|
50 | Simple.xs:8:18: error: mpi.h: No such file or directory |
---|
51 | Simple.xs: In function ‘_Bcast’: |
---|
52 | Simple.xs:24: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
53 | Simple.xs:24: error: (Each undeclared identifier is reported only once |
---|
54 | Simple.xs:24: error: for each function it appears in.) |
---|
55 | Simple.xs:27: error: ‘MPI_INT’ undeclared (first use in this function) |
---|
56 | Simple.xs:28: error: ‘MPI_CHAR’ undeclared (first use in this function) |
---|
57 | Simple.xs: In function ‘_Send’: |
---|
58 | Simple.xs:51: error: ‘MPI_INT’ undeclared (first use in this function) |
---|
59 | Simple.xs:51: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
60 | Simple.xs:52: error: ‘MPI_CHAR’ undeclared (first use in this function) |
---|
61 | Simple.xs: In function ‘_Recv’: |
---|
62 | Simple.xs:63: error: ‘MPI_Status’ undeclared (first use in this function) |
---|
63 | Simple.xs:63: error: expected ‘;’ before ‘tstatus’ |
---|
64 | Simple.xs:68: error: ‘MPI_INT’ undeclared (first use in this function) |
---|
65 | Simple.xs:68: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
66 | Simple.xs:68: error: ‘tstatus’ undeclared (first use in this function) |
---|
67 | Simple.xs:71: error: ‘MPI_CHAR’ undeclared (first use in this function) |
---|
68 | Simple.xs: In function ‘_Comm_rank’: |
---|
69 | Simple.xs:87: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
70 | Simple.xs: In function ‘_Comm_size’: |
---|
71 | Simple.xs:94: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
72 | Simple.xs: In function ‘COMM_WORLD’: |
---|
73 | Simple.xs:100: error: ‘MPI_COMM_WORLD’ undeclared (first use in this function) |
---|
74 | Simple.xs: In function ‘Barrier’: |
---|
75 | Simple.xs:105: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
76 | Simple.xs: In function ‘_Gather’: |
---|
77 | Simple.xs:128: error: ‘MPI_Status’ undeclared (first use in this function) |
---|
78 | Simple.xs:128: error: expected ‘;’ before ‘tstatus’ |
---|
79 | Simple.xs:134: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
80 | Simple.xs:138: error: ‘MPI_INT’ undeclared (first use in this function) |
---|
81 | Simple.xs:151: error: ‘MPI_CHAR’ undeclared (first use in this function) |
---|
82 | Simple.xs:152: error: ‘tstatus’ undeclared (first use in this function) |
---|
83 | Simple.xs: In function ‘_Comm_compare’: |
---|
84 | Simple.xs:174: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
85 | Simple.xs:176: error: ‘MPI_IDENT’ undeclared (first use in this function) |
---|
86 | Simple.xs:178: error: ‘MPI_CONGRUENT’ undeclared (first use in this function) |
---|
87 | Simple.xs:180: error: ‘MPI_SIMILAR’ undeclared (first use in this function) |
---|
88 | Simple.xs:182: error: ‘MPI_UNEQUAL’ undeclared (first use in this function) |
---|
89 | Simple.xs: In function ‘_Comm_free’: |
---|
90 | Simple.xs:191: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
91 | Simple.xs:191: error: expected expression before ‘)’ token |
---|
92 | Simple.xs:192: error: ‘MPI_COMM_NULL’ undeclared (first use in this function) |
---|
93 | Simple.xs: In function ‘_Comm_dup’: |
---|
94 | Simple.xs:197: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
95 | Simple.xs:197: error: expected ‘;’ before ‘newcomm’ |
---|
96 | Simple.xs:198: error: ‘newcomm’ undeclared (first use in this function) |
---|
97 | Simple.xs: In function ‘_Comm_split’: |
---|
98 | Simple.xs:203: error: ‘MPI_Comm’ undeclared (first use in this function) |
---|
99 | Simple.xs:203: error: expected ‘;’ before ‘newcomm’ |
---|
100 | Simple.xs:206: error: ‘MPI_UNDEFINED’ undeclared (first use in this function) |
---|
101 | Simple.xs:207: error: ‘newcomm’ undeclared (first use in this function) |
---|
102 | make: *** [Simple.o] Error 1 |
---|
103 | AJGOUGH/Parallel-MPI-Simple-0.03.tar.gz |
---|
104 | /usr/bin/make -- NOT OK |
---|
105 | Running make test |
---|
106 | Can't test without successful make |
---|
107 | Running make install |
---|
108 | Make had returned bad status, install seems impossible |
---|
109 | Failed during this command: |
---|
110 | AJGOUGH/Parallel-MPI-Simple-0.03.tar.gz : make NO |
---|
111 | Script done on 2010年01月18日 (週一) 09時50分33秒 |
---|