Hi, tried using openMP using a g++ compiler on the command prompt of a Windows 7 computer. This is my compilation line:
C:\Users\Ian\Desktop\Phd\programs>g++ -std=c++11 main.cpp Global.cpp -fopenmp
I get the following error after compilation:
g++: error: libgomp.spec: No such file or directory
Assistance would be appreciated.
Thanks
Thank you Duoas, it worked.
Lodi