search for: papi

Displaying 20 results from an estimated 24 matches for "papi".

Did you mean: api
2010 Apr 28
2
PAPI + perfctr on CentOS 5?
Has anyone succesfully compiled a PAPI+perfctr-enabled kernel? I've been mixing and matching instructions from the PAPI distribution and those from CentOS wiki to no avail. TIA -- Eduardo Grosclaude Universidad Nacional del Comahue Neuquen, Argentina
2012 Jun 21
19
[Bug 51281] New: X server restarts on brightness change
...roduct: xorg Version: 7.6 (2010.12) Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: mpapis at gmail.com QAContact: xorg-team at lists.x.org Created attachment 63284 --> https://bugs.freedesktop.org/attachment.cgi?id=63284 Xorg.0.log.old after the restart It does not happen just after server is started, need some time for it, few hours maybe few times sleep to ram. This...
2008 May 09
1
[CSL #351425] perfctr-enabled C5 kernel anyone?
Hi all: We have a user who needs to do some work with PAPI, which requires the perfctr patch applied to the kernel proper. Before I do that work here, I wanted to ask the list if anyone knows of a repo where such kernels are available? Also, if anyone has gone down this route and has helpful hints, perspectives, horror stories, etc., I would covet th...
2014 Sep 17
3
[LLVMdev] Measure execution time of each basic block
Guys, Someone have any idea how could I measure the execution time of each LLVM basic block of a program? I tried to use some profiling tools like gcov and perf, but as far as I know they can only give me the frequency that each basic block is executed. I was thinking about writing a pass to add PAPI instructions in each LLVM basic block. Do you think is a good idea? Thanks Vanderson M. Rosario -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140917/b704227d/attachment.html>
2014 Sep 17
3
[LLVMdev] Measure execution time of each basic block
...each LLVM >> basic >> block of a program? >> >> I tried to use some profiling tools like gcov and perf, but as far as I >> know >> they can only give me the frequency that each basic block is executed. >> >> I was thinking about writing a pass to add PAPI instructions in each LLVM >> basic >> block. Do you think is a good idea? >> >> Thanks >> >> Vanderson M. Rosario >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu...
2003 Dec 05
0
[LLVMdev] Re: Makefile.config&setenv
...must provide the SPEC benchmarks on your own. > # > > > # > # Path to the SPEC benchmarks. If you have the SPEC benchmarks, place the > # path here. > # > #SPEC_ROOT := /home/vadve/shared/benchmarks/speccpu2000/benchspec > SPEC_ROOT := > > # > # Path to the PAPI code. This is used by the reoptimizer only. > # > #PAPIDIR := /home/vadve/shared/papi-2.3.4.1 > PAPIDIR := /home/vadve/shared/Sparc/papi-2.3.4.1 > > # These are options that can either be enabled here, or can be enabled on the > # make command line (ie, make ENABLE_PROFILING=1)...
2011 May 19
0
Perfctr-Xen framework for performance analysis
...functionality similar to XenoProf/Oprofile via higher level software such as HPCToolkit which were shown to work. Perhaps, someone can add support for OProfile, so that it can work via Perfctr-Xen, however, as of now, no such support is available. Similarly, Xenoprof has no support for HPCToolkit, PAPI, etc. because it was designed for OProfile. For this reason, Perfctr-Xen and Xenoprof provide quite orthogonal solutions to the performance monitoring problem. The original Perfctr-Xen announcement: I want to make an announcement about new performance monitoring framework. Perfctr-Xen framework t...
2014 Jan 26
3
[LLVMdev] Number of instructions executed
Hello, I'm executing my byte code program by the lli tool using mcjit. I need a way to find statistics about the number of instructions executed for my program. The -stats option does not include this value, are there any other way to know? I need this information to compare different versions of my bytecode program. Please advice Thanks in advance Sara Elsohbaky --------------
2006 Oct 31
0
PSARC/2002/762 Layered Trusted Solaris
.../cmd/lp/include/lp.h update: usr/src/cmd/lp/include/msgs.h update: usr/src/cmd/lp/include/secure.h update: usr/src/cmd/lp/lib/access/allowed.c update: usr/src/cmd/lp/lib/lp/Makefile update: usr/src/cmd/lp/lib/msgs/mlisten.c update: usr/src/cmd/lp/lib/msgs/msgfmts.c update: usr/src/cmd/lp/lib/papi/Makefile update: usr/src/cmd/lp/lib/papi/job.c update: usr/src/cmd/lp/lib/papi/lpsched-jobs.c update: usr/src/cmd/lp/lib/papi/mapfile-vers update: usr/src/cmd/lp/lib/papi/papi_impl.h update: usr/src/cmd/lp/lib/papi/printer.c update: usr/src/cmd/lp/lib/papi/service.c update: usr/src/cmd/lp/li...
2004 Jun 01
2
Problem in random (lme)
In a lattice 11x11 with 6 repetitions, we want to compare lines to their two parents. 3 of the 6 repetitions are sprinkled and the 3 others not. There are 5 factors : hm (hydrous mode), variety, block, rep and grandrep. grandrep gathers two repetition, a sprinkled and a not (as in Split Plot !). I use lme but I have problems in random. Can someone help me ? Ibnou DIENG
2004 Apr 01
1
[LLVMdev] Makefile.config
Hi John, I have attached my Makefile.config. I noticed that I did'nt have SRC_ROOT and OBJ_ROOT variables defined as such in my environment. But I noticed that this is defined in the Makefile.config by default to the same values. All the same, I tried defining both these variables in my .cshrc, but I still get the same error. The main directory for me is /home/llvm, and I have
2008 Jan 08
1
Sendmail, procmail, dovecot and quota
I have Fedora 7 from a standard installation running sendmail, procmail and dovecot 1.0 installed on a single partition. I now need to set up mail quotas for most of the users but not all. Just protecting /var/spool/mail/$LOGNAME is probably good enough for me. Since I just want mail quotas and the installation is on just 1 partition I don't have an easy way to use file system quotas. By
2013 Feb 25
0
[LLVMdev] How to measure the overhead of instrumented code
On 2/24/13 10:07 AM, Lu Mitnick wrote: > Hello all, > > I have developed a instrumented pass which insert some variables > between the original variables, > as well as insert some code into the original source code. just like: > > ============= original source code ============= > > int a[10]; > > void fun1 () { > // some source code here > } > >
2013 Feb 24
2
[LLVMdev] How to measure the overhead of instrumented code
Hello all, I have developed a instrumented pass which insert some variables between the original variables, as well as insert some code into the original source code. just like: ============= original source code ============= int a[10]; void fun1 () { // some source code here } ========================================= ============= instrumented source code ============= int
2012 Feb 01
10
Very strange problem: Ton's of ruby process just running simple command "rails --version" or "rails
Very strange problem: Ton''s of ruby process just running simple command "rails --version" or "rails new test1"" I have very strange problem. I try to run this simple command "rails new test1" --> this suppose to be create a new rails site. "rails --version" --> even this I got ton''s of ruby process but I got a lot of ruby
2018 Dec 13
0
CEBA-2018:3345 CentOS 7 pcp BugFix Update
...64.rpm af222726232f1e6803ebcd03cc37daa9c70ffd3049d4610e472c8fab6ccd4c90 pcp-pmda-nvidia-gpu-4.1.0-5.el7_6.x86_64.rpm 2c9798a96b5ad1585a8a1441a4b3fbb295b7701fa1258ee5021e647d978c9153 pcp-pmda-oracle-4.1.0-5.el7_6.x86_64.rpm 2276aaacf8bc6aa6fed8f1bb17e539762c3c4befc7152fa170aea7185bad622e pcp-pmda-papi-4.1.0-5.el7_6.x86_64.rpm 67ccf72ba1963447f7c10526e035a8170f7cf942116728ff58b882bed321ca2c pcp-pmda-pdns-4.1.0-5.el7_6.x86_64.rpm 28a3435be0f0ab059071ee85cb664f3a3e95f18226321af29dcdfb81d348852e pcp-pmda-perfevent-4.1.0-5.el7_6.x86_64.rpm b0ad3e8968a7bf77cf351bd45c44b91c293a3d585ce050fe5f55d2b4981...
2013 May 12
15
Advice needed --- Best way to get mysql2 gem installed to interact with Mysql Database?
Hi Group, I''ve got mysql database installed and the server running on a Mac Pro with latest mountain lion setup 10.8.3. I''m able to use mysql tools like mysql, mysqladmin to converse with it. :} I use RVM''s scripts to fetch gems. I''ve visited RVM''s website but their advise to get "mysql gem loaded" does the same thing as below aborted
2012 Dec 03
10
Starting rails server problem
Still fairly new to Ruby and Rails in general and trying to figure out how to address this error. I recently migrated to a new computer and now I get this error message when I try to start the rails server. -bash: /Users/user1/.rvm/gems/ruby-1.9.3-p125/bin/rails: /Users/user/.rvm/rubies/ruby-1.9.3-p125/bin/ruby: bad interpreter: No such file or directory I know what the problem is and
2013 Feb 04
5
recent ruby packages?
Does anyone know of a repository that's *trustworthy* (gotta worry 'bout malware) with newer ruby rpm's than RHEL has? OT: the more I deal with ruby, the less I like it. Someone here was ready to move to a newer version, and from the ruby.org website, they're apparently actively hostile to all RH-related distros, even though we're the most common in North America. They've
2012 Jan 21
16
Installing rails on Ubuntu
Hello, I''m trying to install the rails on ubuntu 11.10, but when I put the command felipe@Felipe:~/Downloads/rubygems-1.8.15$ sudo gem install rails --no-r1 --no-rdoc ERROR: Loading command: install (LoadError) no such file to load -- zlib ERROR: While executing gem ... (NameError) uninitialized constant Gem::Commands::InstallCommand felipe@Felipe:~/Downloads/rubygems-1.8.15$