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
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
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
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
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
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