GOMP_parallel_start #3668
-
Hello everyone, I am writing a formula for GRASS GIS. A hack that I found to be able to do this is use includes from
Needless to say, this is not a good idea. If I instead try to use the openmp-libs found in
I get the following message:
What is a viable workaround for my formula that I could use? There does not seem to be a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use GCC's OpenMP implementation, but you should also use the matching headers that come with GCC. |
Beta Was this translation helpful? Give feedback.
libgomp
is provided by GCC, that's why this flag works:You can use GCC's OpenMP implementation, but you should also use the matching headers that come with GCC.