Re: omp_get_thread_num

2013-03-06 Thread Michael Cronenworth
Patrick Dupre wrote: > OK, I found libgomp > Thank. Patrick, For future reference there is no need to search a web site for Fedora packages. You can search right from your terminal. # yum search openmp # yum search libgomp You can also search for a specific file name. You can use wildcards, to

Re: omp_get_thread_num

2013-03-06 Thread Patrick Dupre
Quoting mer, 06 mar 2013 Patrick Dupre : Quoting mer, 06 mar 2013 Jakub Jelinek : On Wed, Mar 06, 2013 at 05:25:09PM +0100, Patrick Dupre wrote: In Fedora 16, I used to use a call to the function: omp_get_thread_num which was probably provided by one on the openmotif package. I cannot find

RE: omp_get_thread_num

2013-03-06 Thread Shelby, James
yum install libgomp? Quoting mer, 06 mar 2013 Jakub Jelinek : > On Wed, Mar 06, 2013 at 05:25:09PM +0100, Patrick Dupre wrote: >> In Fedora 16, I used to use a call to the function: >> omp_get_thread_num >> which was probably provided by one on the openmotif package. &g

Re: omp_get_thread_num

2013-03-06 Thread Patrick Dupre
Quoting mer, 06 mar 2013 Jakub Jelinek : On Wed, Mar 06, 2013 at 05:25:09PM +0100, Patrick Dupre wrote: In Fedora 16, I used to use a call to the function: omp_get_thread_num which was probably provided by one on the openmotif package. I cannot find such a library anywhere now. You have

Re: omp_get_thread_num

2013-03-06 Thread Jakub Jelinek
On Wed, Mar 06, 2013 at 05:25:09PM +0100, Patrick Dupre wrote: > In Fedora 16, I used to use a call to the function: > omp_get_thread_num > which was probably provided by one on the openmotif package. > I cannot find such a library anywhere now. You have OpenMP code than, so either

omp_get_thread_num

2013-03-06 Thread Patrick Dupre
Hello, In Fedora 16, I used to use a call to the function: omp_get_thread_num which was probably provided by one on the openmotif package. I cannot find such a library anywhere now. On I wrong? In fact this function is required by Minuit2 Thank for your help