Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Artifacts analysis for MPI does not work?


> Is the include path that has your mpi.h file in it, in the include path for
> the project?
> Looks like you should put /usr/local/include/mpi.h in the project
> properties - build/include path.
> I know the builder will find this since it's in the path, but cdt can't
> find it for the analysis to find the mpi artifacts without this.
> If you have a managed build CDT project, and use the new project wizard,
> this should be set up for you (PLDT adds an additional wizard page at the
> end of the new project wizard pages).
> If you don't, be sure to add it manually.

I got this solved by setting the include path to the Preference page: PTP>Parallel Language>MPI. It seems to me that changing the project's C/C++ Include Path does not affect the artifacts analyzer.

Thanks for the quick reply
-Chengdong


Back to the top