I am running a .cpp code on MS Visual Express C++ 2010.
It runs fine. After that I added OpenMP statements and included the omp.h header file.
When I run it, I get the following error:
fatal error C1083: Cannot open include file: 'omp.h': No such file or directory
Does anyone know how to resolve it?
Thanks.
OpenMP is not available in Visual C++ 2010 Express edition.
msdn link