devitocodes / opesci-fd

A framework for automatically generating finite difference models from a high-level description of the model equations.

Home Page:http://opesci.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clang + multi-threading requires different flags

NathanYukai opened this issue · comments

On mac it uses -openmp ( for default libraries)
On linux it uses -fopenmp .

for detail please check this:
http://clang-omp.github.io/

The section "Using clang-omp with Xcode " may solve this problem?