Re: [OMPI users] Measuring MPI message size used by application

2007-03-30 Thread Chris Chambreau
The mpip-help mail list is mpip-help at lists.sourceforge.net. -Chris Chris Chambreau wrote: Hi Folks, It's great to hear that people are interested in mpiP! Currently, I am configuring mpiP on x86_64 with gcc 3.4.4 with -O2 and without libunwind. When running some simple tests

Re: [OMPI users] Measuring MPI message size used by application

2007-03-30 Thread Chris Chambreau
Hi Folks, It's great to hear that people are interested in mpiP! Currently, I am configuring mpiP on x86_64 with gcc 3.4.4 with -O2 and without libunwind. When running some simple tests, I'm having good luck using both mpiP stack walking and libunwind when compiling with gcc and -O2. However