[MPICH] mpich2 1.0.3 build problem

Andreas Beham andreas.beham at aon.at
Wed Jan 11 07:25:15 CST 2006


> At 04:23 AM 1/11/2006, Andreas Beham wrote:
>> Hi list,
>>
>> I've got problems trying to build mpich2 1.0.3 on a Debian 3.1 system. 
>> The only configure options I used was "--enable-cxx"
>>
>> This is what make tells me:
>> <<snip>>
>> make[1]: Leaving directory `/usr/local/src/mpich2-1.0.3/src'
>> make[1]: Entering directory `/usr/local/src/mpich2-1.0.3/examples'
>> ../bin/mpicc  -I../src/include -I../src/include   -c cpi.c
>> ../bin/mpicc  -L../lib -o cpi cpi.o  -lm -lmpich        -lpthread  
>> -lrt          -lpthread  -lrt
>> ../lib/libmpich.a(reduce.o)(.text+0xe2): In function `MPIR_Reduce':
>> : undefined reference to `MPIR_Op_table'
> 
> This looks like one or more of the files did not compile.  Check the 
> make log and see if all of the files built in src/mpi/coll .
> 
> Bill

Thank you! You gave me the right hint.
I got the error. The build fails when compiled with "make -j 2" (two 
make jobs, since this is slightly faster on a CPU with HT enabled), but 
it completes when compiled with "make".

Andreas




More information about the mpich-discuss mailing list