Skip to content
Snippets Groups Projects
Commit ee2f33a2 authored by Hahn, Steven's avatar Hahn, Steven
Browse files

Refs #14986. Add comment about building with openmp support.

parent 3a70efc1
No related merge requests found
...@@ -91,6 +91,9 @@ if [[ $USE_CLANG ]]; then ...@@ -91,6 +91,9 @@ if [[ $USE_CLANG ]]; then
fi fi
fi fi
#for openmp support on OS X run
# `brew install llvm`
# `ln -s /usr/local/opt/llvm/lib/libomp.dylib /usr/local/lib/libomp.dylib`
if [[ $(uname) == 'Darwin' ]] ; then if [[ $(uname) == 'Darwin' ]] ; then
if [[ ${JOB_NAME} == *openmp* ]]; then if [[ ${JOB_NAME} == *openmp* ]]; then
export CC=/usr/local/opt/llvm/bin/clang export CC=/usr/local/opt/llvm/bin/clang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment