Tuesday 25 August 2015

Enabling OMP on PC


In cs426, we use OpenMP both on PC and in SciCloud. If you want to try OpenMP on you laptop or PC, you may have to install some software as following.
  1. get CodeBlock IDE and MinGW
  2. include C:\MinGW\bin to system path
  3. install mingw32-pthreads-w32 using C:\MinGW\bin\mingw-get.exe
  4. In codeBlock, Settings>>compiler>>linker setting>>link library=C:\MinGW\bin\libgomp-1.dll
  5. In codeBlock, Settings>>compiler>>compiler settings>>other options= -fopenmp
You may need to restart your computer to apply the new configuration.

No comments:

Post a Comment