- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page