Hi,
I'm trying to parallelize, with openmp style, my code (invel fortran 11.0 on visual studio 2005): # of loops (omp do) in which I use DLCONF (IMSL math libraries 6.0)
The fuction to be minimized in DLCONF is little bit complicated and takes some global variables 'value. The point is that, I would like that it takes the value assigned (as private) under the omp do file.
Is there no way to get dlconf to use the variables' value assigned by omp do?
Under IMSL version 7.0, is it different?
Thank your for your support,
CF