I use the Eclipse IDE on ubuntu for code in C. I use its regular debugger and default compiler (GCC)
I am writing code with OpenMP features. Eclipse just skips pragmas and compiles the code in sequential order. Therefore, I run the program from the terminal with the -fopenmp options.
I was wondering if there is a way to do an eclipse compilation and debug parts of OpenMP?
source share