dekoning-lab / WFES2-GUI

GUI implementation of wfes2.
GNU General Public License v3.0
0 stars 1 forks source link

OpenMp not working in Clang with Mac #68

Closed AlbertoCasasOrtiz closed 3 years ago

AlbertoCasasOrtiz commented 3 years ago

Looks like clang does not support pure OpenMP.

Try using GCC or ICC.

EDIT: Qt Creator was showing that 'omp.h' was not found.

AlbertoCasasOrtiz commented 2 years ago

The solution to this is to install libomp.

In terminal:

  1. If brew is not installed, install it following the instructions from the brew website.
  2. Use brew to install libomp using the following command: brew install libomp