The basic setup for the OpenMP tools is the same as for the MPI tools setup. Essentially, point CDT at the header files and at the command to call your compiler with the OpenMP information.
The OpenMP preferences should be set to point to your OpenMP header file
The PLDT new project wizards now contain wizards for creating OpenMP projects as well.
Be sure on the project settings page that everything is filled in, including the build command.
You may need to manually alter the project build properties (in the project properties) to add compiler flags
specific to OpenMP to your project.
Note the header file name in your system, e.g. openmp.h
vs omp.h
; you may need to adjust the include file
line in the sample source file to match your system.
Now set up to run the OpenMP features.