03-08-2016, 03:38 PM
Hi guys!
So what i am trying to do is using some directives from openMP in C programs.
But he problem is that whenever i try to run the program it says:
undefined reference to `omp_get_thread_num'
I have been using various examples from internet and all of them have the same problem. It runs OK when there is not any 'omp_get_thread_num' or omp_get_wtime'. But of course i need these two in my programs.
I have MinGW (2 versions: one about the end of 2013 and the other one downloaded less then 1 month ago). I have tried in eclipse, codeblock and commandline. when i try it to cmd it says "can't find -lpthread"
i have tried in 2 different machines both Windows10 64bit
i have been trying to find anything in internet for about one week but no result
idk what i am missing here.
So what i am trying to do is using some directives from openMP in C programs.
But he problem is that whenever i try to run the program it says:
undefined reference to `omp_get_thread_num'
I have been using various examples from internet and all of them have the same problem. It runs OK when there is not any 'omp_get_thread_num' or omp_get_wtime'. But of course i need these two in my programs.
I have MinGW (2 versions: one about the end of 2013 and the other one downloaded less then 1 month ago). I have tried in eclipse, codeblock and commandline. when i try it to cmd it says "can't find -lpthread"
i have tried in 2 different machines both Windows10 64bit
i have been trying to find anything in internet for about one week but no result

idk what i am missing here.