-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add mixed clang/ifort build on OSX to Azure CI #3185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
azure-pipelines.yml
Outdated
brew tap LouisBrunner/valgrind | ||
brew install --HEAD LouisBrunner/valgrind/valgrind | ||
make TARGET=SANDYBRIDGE NO_AVX512=1 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 DYNAMIC_LIST=SANDYBRIDGE DEBUG=1 NO_PARALLEL_MAKE=1 CC=/usr/local/opt/llvm/bin/clang FC=gfortran-10 | ||
cd ctest; OMP_NUM_THREADS=1 valgrind ./xscblat2 <sin2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had been wondering why the valgrind had remained... Removing that call should also make it possible to remove the installation of it...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I forgot to remove it - will drop that (and return the build to full DYNAMIC_ARCH) when I have the ifort build figured out.
fixes #2311