<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><blockquote type="cite"><div><br><span>  Disappointing on my Mac.</span><br><span></span><br><span>WARNING: Could not locate OpenMP support. This warning can also occur if compiler already supports OpenMP</span><br><span>checking omp.h usability... no</span><br><span>checking omp.h presence... no</span><br><span>checking for omp.h... no</span><br><span>omp.h is required for this library</span><br><br></div></blockquote><br><div>Blame Apple for not supporting OpenMP in their system compiler. You need to Homebrew GCC or recent Clang to get OpenMP on Mac. Or you can install Intel (or PGI <ducks>).</div><div><br></div><div>Even if you get past this, you may run into other issues, which I captured on <a href="https://github.com/memkind/memkind/issues/34">https://github.com/memkind/memkind/issues/34</a> a while ago. If libnuma is still a mandatory dependency, it's not available on Mac.</div><div><br></div><div>Jeff</div></body></html>