You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. It seems clang on mac doesn't support these options? For now, you can simply remove these flags from the Makefile and it should work, that means change lines 12 and 13 to read like this:
It will not produce .s files, which are just there for performance debugging, and it means it won't use OpenMP, which, so far, was only used for timing in the benchmarks.
If someone knows how to do this cleanly on mac/clang, please let me know or, ideally, open a PR.
Hi,
I just try to compile them all by doing make and get this errors
I actually just want to load a txt file with a set of points like this
Thanks in advance
The text was updated successfully, but these errors were encountered: