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

no memory error

dglee18skku_edu
Beginner
346 Views
Hi. i install vtune 9.1 for linux on my ubuntu 9.04 system for checking my GPGPU application. First, I success test tutorial program. but after I install nvidia driver 195.15, Vtune print out error message. I get this message :

Fri May 7 10:27:28 2010 eslab-desktop (Run 0) Setting Sampling CPU mask to 0-3
Fri May 7 10:27:29 2010 eslab-desktop (Run 0) The processor PMU configuration file: pmn.xml
Fri May 7 10:27:29 2010 eslab-desktop (Run 0) Collection for the following event(s) is being performed:
Fri May 7 10:27:29 2010 eslab-desktop (Run 0) CPU_CLK_UNHALTED.THREAD.
Fri May 7 10:27:29 2010 ERROR: eslab-desktop (Run 0) No memory (26)

please help for solving this problem.
0 Kudos
2 Replies
jianyixun
Beginner
346 Views
That's my problem as well....
help me gurus..
0 Kudos
Peter_W_Intel
Employee
346 Views
This is a very interesting thing, that VTune Analyzer can't allocate memory for sampling buffer?

I have following questions:

1. Isthis problem for Fedora* 12 or Ubuntu* 9.xx specific?

2. Ifthe user doesn'tinstall nvidia driver, the problem exists or Not?

3.Can this problembe repeated on Fedora* 12? Caused by new kernel?

I suggest to reduce sampling buffer use -
a. vtl global-options buffer-size-KB="10240" ; my defaultvalue is "131072", change to 10MB
b. vtl activity -c sampling your-app run

Regards, Peter

0 Kudos
Reply