-
Notifications
You must be signed in to change notification settings - Fork 434
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
A question about compile v2/v3/v4 source code #301
Comments
It's been a while since I've looked at those versions. |
Because I am reading the original paper in 2006, I want to cooperate with the code reading so that the understanding will be deeper. Now I have learned the code of V1 version, and I want to know what upgrades and changes have been made in V2, V3, V4 and other versions, so I tried to compile it, but something went wrong, and the code of V1 version will not report errors. So I want to know why. |
I have updated the source code in Version2/3/4. Note that as I was developing on a machine without OpenMP, I disabled the parallelization calls in Version4. |
Thank you very much! |
Hello, when I try to compile the source code for version v2/v3/v4 using the Makefile, I use make all/make release, but I am told that AddTriangles() is not found.
The error message is here:
Compilation environment:
ubuntu 22.04
GNU Make 4.3
g++ 11.4.0
The text was updated successfully, but these errors were encountered: