- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get the following error when debugging my OpenMP program with parallel debugger enabled.
OMP: Warning #90: ittnotify: Lookup of "__itt_sync_released" function in "C:\\Program Files (x86)\\Intel\\ComposerXE-2011\\redist\\ia32\\compiler\\pdbx.dll" library failed.
OMP: Warning #90: ittnotify: Lookup of "__itt_memory_read" function in "C:\\Program Files (x86)\\Intel\\ComposerXE-2011\\redist\\ia32\\compiler\\pdbx.dll" library failed.
OMP: Warning #90: ittnotify: Lookup of "__itt_memory_write" function in "C:\\Program Files (x86)\\Intel\\ComposerXE-2011\\redist\\ia32\\compiler\\pdbx.dll" library failed.
OMP: Warning #90: ittnotify: Lookup of "__itt_memory_update" function in "C:\\Program Files (x86)\\Intel\\ComposerXE-2011\\redist\\ia32\\compiler\\pdbx.dll" library failed.
OMP: Warning #90: ittnotify: Lookup of "__itt_notify_cpath_target" function in "C:\\Program Files (x86)\\Intel\\ComposerXE-2011\\redist\\ia32\\compiler\\pdbx.dll" library failed.
OMP: Warning #90: ittnotify: Lookup of "__itt_state_get" function in "C:\\Program Files (x86)\\Intel\\ComposerXE-2011\\redist\\ia32\\compiler\\pdbx.dll" library failed.\\
OMP: Warning #90: ittnotify: Lookup of "__itt_state_set" function in "C:\\Program Files (x86)\\Intel\\ComposerXE-2011\\redist\\ia32\\compiler\\pdbx.dll" library failed.
OMP: Warning #90: ittnotify: Lookup of "__itt_obj_mode_set" function in "C:\\Program Files (x86)\\Intel\\ComposerXE-2011\\redist\\ia32\\compiler\\pdbx.dll" library failed.
OMP: Warning #90: ittnotify: Lookup of "__itt_thr_mode_set" function in "C:\\Program Files (x86)\\Intel\\ComposerXE-2011\\redist\\ia32\\compiler\\pdbx.dll" library failed.
The errors don't appear after disabling parallel debugger. I've seen a similar error reported by someone using the fortran compiler but don't know if a fix was ever found.
I'm using Parallel Studio XE 2011 with VS2008,compiling with Intel C++ compileron Windows 7.
Thanks,
Ryan
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
http://software.intel.com/en-us/forums/showthread.php?t=80543&o=a&s=lr
There wassuggested workaround: set compiler command line option /Qopenmp-link:static in Project properties > C++> command line. An issue was raised also butseems not fixed yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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