Eclipse MPI parser error

I created a project with eclipse mpi support using PTP (Parallel Tools Platform). When I create any mpi program, the parser (i.e. Editor) shows errors in the mpi code. The code compiles without any problems, but it continues to display errors in the mpi code. I think there is an error with the eclipse parser or some configuration that I do not see.

Can anyone participate in this for me. While you are on it, you can also explain to me the reason for debugging / release in eclipse. I like to manage my makefiles myself. Any problems with this?

+4
source share
2 answers

This screen (at the end of the process of creating a new mpi project with CDT / PTP) warns of the error you are describing and says that you should go to the next screen to easily add the mpi header to your project.

Pic of the box where it tells about the error

I'm not sure what you mean by "explain the reasons for the debug / release folder." If you just mean that you never use the Eclipse build command, that's fine, but Eclipse is built to have many features; some people use them all, and some people hardly use them.

+1
source

you need to set the include folder as this image enter image description here

+1
source

Source: https://habr.com/ru/post/1397403/


All Articles