Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] link error 243- building MPI

Can you build from a command line outside of PTP?

What version of PTP are you using? PTP 1.1.1, with Eclipse 3.2 and CDT
3.1.2?


..Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981)
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 455 Park Place, Lexington, KY 40511


                                                                           
             Sajjad                                                        
             <rupam.sajjad@gma                                             
             il.com>                                                    To 
             Sent by:                  ptp-user <ptp-user@xxxxxxxxxxx>     
             ptp-user-bounces@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [ptp-user] link error 243- building 
             11/13/07 04:06 AM         MPI                                 
                                                                           
                                                                           
             Please respond to                                             
               PTP User list                                               
             <ptp-user@eclipse                                             
                   .org>                                                   
                                                                           
                                                                           




Hello,

I have just installed PTP today and wanted try the example that
specified in the tutorial.

http://www.eclipse.org/ptp/documentation/org.eclipse.ptp.help/html/01buildMPIprog.html


I set all the include and library path as specified in the tutorial.

But i am getting the following error:

make -k all
Building file: ../firstMPI.c
Invoking: GCC C Compiler
mpicc -I/usr/include/openmpi -O0 -g3 -Wall -c -fmessage-length=0 -MMD
-MP -MF"firstMPI.d" -MT"firstMPI.d" -o"firstMPI.o" "../firstMPI.c"
make: *** [firstMPI.o] Error 243
make: Target `all' not remade because of errors.
Build complete for project firstMPI


Please provide me some of that as i believe that i am missing something
in that whole process.


Regards,

Sajjad
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user




Back to the top