jazz/10-01-18: Parallel-MPI-Simple.error

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