Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

openMP environment variables

IDZ_A_Intel
Employee
357 Views

Hi

I'm making some simple programs with openMP

I am interested in changing the default value of some environment variables, for example OMP_NESTED

In windows xp, I can create the variable from the control panel and assign the desired value, eg 1

My question is, can I handle these ev from Visual Studio 2008 Shell for a given project ?

With kind regards

0 Kudos
1 Reply
Stephen_D_Intel
Employee
357 Views

Hi Luis,

You can set the environment variables in your Visual Studio 2008 Shell Project Properties using

'Configuration Properties > Debugging > Environment'

Click on the field, select Edit... and enter OMP_NESTED=1

Regards,
Steve D.
Intel Developer Support

0 Kudos
Reply