[mlpack-git] [mlpack/mlpack] LSHSearch Parallelization (#700)
Yannis Mentekidis
notifications at github.com
Fri Jul 8 06:33:55 EDT 2016
> # This way we can skip calls to functions defined in omp.h with code like:
> # if (HAS_OPENMP == 1) { openMP code here }
> # If OpenMP is found, define HAS_OPENMP to be 1. Otherwise define it to be 0.
> -find_package(OpenMP)
> +find_package(OpenMP 3)
It looks like it doesn't. AppVeyor tried to build with OpenMP on when it should have been off...
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/700/files/c4c8ff950be8a06e06084764f188095c650b7a60..074d7267a1926c5af9732dc47142af9a5a179f48#r70055382
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160708/ba66ed1d/attachment.html>
More information about the mlpack-git
mailing list