From ee2f33a2effbab68d675ba1ff9706e77b7b1031e Mon Sep 17 00:00:00 2001 From: Steven Hahn <hahnse@ornl.gov> Date: Fri, 12 Aug 2016 23:00:41 -0400 Subject: [PATCH] Refs #14986. Add comment about building with openmp support. --- buildconfig/Jenkins/buildscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildconfig/Jenkins/buildscript b/buildconfig/Jenkins/buildscript index 317a48b4d50..86466232d75 100755 --- a/buildconfig/Jenkins/buildscript +++ b/buildconfig/Jenkins/buildscript @@ -91,6 +91,9 @@ if [[ $USE_CLANG ]]; then 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 [[ ${JOB_NAME} == *openmp* ]]; then export CC=/usr/local/opt/llvm/bin/clang -- GitLab