hello,
I've read previous posts in this matter, and I've done all the necessary steps.
I've added "-fopenmp" to "Settings -> Compiler and debugger... -> Other options"
and "-lgomp -pthread" to "linker settings -> other linker options".
I still get the following message when I try to run the example code.
The program can't start because libgomp-1.dll is missing from your computer. Try
reinstalling the program to fix this program.
in the build log I get the following:
mingw32-g++.exe: unrecognized option '-pthread'
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings
I've seen in previous threads that another guy had a similar problem. he got a similar message to mine.
this was their reply:
The dll has to be in system path or in the exe's directory.
The easiest way is to add your MinGW's bin directory to the system-path.
how to I add my MinGW's bin directory to the system-path?
all the best