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
The makefile generates an error on linux (Ubuntu 14.04 kernel v3.14) due to being unable to use the -fopenmp flag properly.
This is solved by replacing it with -lgomp
The text was updated successfully, but these errors were encountered:
The makefile generates an error on linux (Ubuntu 14.04 kernel v3.14) due to being unable to use the -fopenmp flag properly.
This is solved by replacing it with -lgomp
The text was updated successfully, but these errors were encountered: