Skip to main content

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

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


Back to the top