Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

/debug:parallel problem with amplifier

jansson
Beginner
227 Views
Hi,
If I compile with /debug:parallel I get a error when trying lightweight hotspots in amplifier.
Wording similar to "The procedure entry point _PDBX_updatememory could not be located in the dynamic link library pdbx.dll"

I just installed update2 and I do not remember this problem from update1 of Amplifier.

Its not hard to turn /debug:parallel off before using Amplifier but I guess its not intended.
I see this for both 32 and 64 bit binaries. If you cant reproduce it I got a test project I can upload.

spec:
i7
win 7 x64
vs2010
Intel Visual Fortran Compiler XE 12.0.2.154 update2
Inspector (build 134657) update2
Amplifier (build 139491) update2

Regards,
Magnus
0 Kudos
1 Reply
Rob5
New Contributor II
227 Views

It is possible that this may be a project, system configuration issue, or problematic install. The error may indicate that the library configured does not contain the procedure or function needed. Make sure that you are using the correct and most current library. Make sure you are using / pointed to the correct architecture. Check that the expected version of the library is in the path. It may be that there is an old version of the library, incorrect architecture, or multiple conflicting directory path in your path.

The following thread may also contain useful information that may help resolve the behavior. http://software.intel.com/en-us/forums/showthread.php?t=71965

Thanks

Intel Support
0 Kudos
Reply