Hi all,
I am getting this error on compiling and am not able to proceed furthur.
[guest_at_IA-P3-001 msPGA]$ make
g++ -I. -I/include -I/usr/local/mpich-1.2.5/include -O -DGA_TIMING -DCACHE_ALL=true -DLEFT_RIGHT -DONE_POINT_MUTATION -o msPGA msPGA.o my_std.o random.o -L/lib/ -L/usr/local/mpich-1.2.5/lib -lm
msPGA.o: In function `main':
msPGA.o(.text+0x1296): undefined reference to `MPI_Init'
msPGA.o(.text+0x12a4): undefined reference to `MPI_Comm_rank'
msPGA.o(.text+0x12b2): undefined reference to `MPI_Comm_size'
msPGA.o(.text+0x1a4c): undefined reference to `MPI_Send'
msPGA.o(.text+0x1aaf): undefined reference to `MPI_Recv'
collect2: ld returned 1 exit status
make: *** [msPGA] Error 1
What does this mean and what should I do ?
Can anyone help me in this regard.
Thanks
Asha
---------------------------------
Do you Yahoo!?
Check out the new Yahoo! Front Page. www.yahoo.com
|