You are probably pretty well hosed with respect to Dev, which has not been updated in several years.
Here is a general tip. The Gnu compiler has a library for OpenMP, it is called gomp. Now, gomp didn't really come to the MinGW version of GCC until about version 4.2 - but you can find several versions of MinGW that have the newer releases.
I have used gomp with my MinGW/MSYS setup.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
does exists some environment for dev-c++ to programming with openmp (like deinompi) and with cuda?
Thanks.
You are probably pretty well hosed with respect to Dev, which has not been updated in several years.
Here is a general tip. The Gnu compiler has a library for OpenMP, it is called gomp. Now, gomp didn't really come to the MinGW version of GCC until about version 4.2 - but you can find several versions of MinGW that have the newer releases.
I have used gomp with my MinGW/MSYS setup.