Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Getting started with PTP

I'm getting started with PTP and Eclipse at the same time. I have resolved the problems that Jay posted for me to this list previously--mostly by installing more of the available components.

I found a place to set the include path in part of the regular C/C++ build area (not the PTP one), and I created a makefile (didn't realize I needed to do that, I thought the project would build using Eclipse magic).

I had to specify CC=mpicc in the makefile to get things to work, and now I can build an MPI application--except it doesn't seem that the settings for the MPI compiler that I put into PTP are being used for anything. Am I missing something? I had thought these settings would have been used to set CC, or CFLAGS, or something.

Cheers,
Steve


Back to the top