Re: [Valgrind-users] compilation issue

2011-05-24 Thread Dave Goodell
On May 24, 2011, at 12:02 PM CDT, John Reiser wrote: Those are probably the most labor-intensive ways that you can do it. It's usually easier to just pass --without-mpicc to configure and use the normal build process in all other respects. 1. No documentation: no mention of MPI in

[Valgrind-users] Using setrlimit within memcheck

2011-05-24 Thread Scott Kuhn
Hi, While running a program within the memcheck tool, the code calls setrlimit to increase the number of file descriptors available: rl.rlim_cur = 65535; rl.rlim_max = 65535; int retval = setrlimit (RLIMIT_NOFILE, rl); This runs OK when executing the program outside of valgrind but when run

[Valgrind-users] Possible Error: C​allgrind Version 3.6.1 cg_annotat​​e : Line 1 Missing command line

2011-05-24 Thread Frank Chang
Good afternoon, We are running callgrind and cg_annotate version 3.6.1 on Centos Linux Version 5.5 x86_32. One month ago Mr. Josef Weidenorfer issued a special patch that fixed callgrind on Centos Linux Version 5.5 x86_32. We can now profile complex C++ programs which use our own shared library