Re: [OMPI users] Compile problems with 1.3.2

2010-11-12 Thread Jeff Squyres
On Nov 10, 2010, at 4:37 PM, Jim Kusznir wrote: > (working command): > rpmbuild -bb --define 'install_in_opt 1' --define 'install_modulefile > 1' --define 'modules_rpm_name environment-modules' --define > 'build_all_in_one_rpm 0' --define 'configure_options > --with-tm=/opt/torque --enable-contrib

Re: [OMPI users] Compile problems with 1.3.2

2010-11-10 Thread Jim Kusznir
Ok, here's an old thread :) It turns out I'm having the same issues with OMPI 1.4.3 (current stable, srpm downloaded from openmpi website). My build command (which was the same for the 1.3.x build originally cited here) is: (working command): rpmbuild -bb --define 'install_in_opt 1' --define 'in

Re: [OMPI users] Compile problems with 1.3.2

2009-06-29 Thread Eugene Loh
Jim Kusznir wrote: That sounds good; I'm glad there are a variety of tools out there. However, this now brings me back to my origional problem. I was successful at compiling openmpi after disabling vt, but if I want to use (some of) these tools, I'll need that enabled... Well, it depends...

Re: [OMPI users] Compile problems with 1.3.2

2009-06-29 Thread Jeff Squyres
On Jun 29, 2009, at 7:18 PM, Jim Kusznir wrote: That sounds good; I'm glad there are a variety of tools out there. However, this now brings me back to my origional problem. I was successful at compiling openmpi after disabling vt, but if I want to use (some of) these tools, I'll need that enab

Re: [OMPI users] Compile problems with 1.3.2

2009-06-29 Thread Jim Kusznir
That sounds good; I'm glad there are a variety of tools out there. However, this now brings me back to my origional problem. I was successful at compiling openmpi after disabling vt, but if I want to use (some of) these tools, I'll need that enabled...So how do I fix the actual problem and compil

Re: [OMPI users] Compile problems with 1.3.2

2009-06-29 Thread Eugene Loh
Jim Kusznir wrote: Ok, trying now. This does bring up a question I've been meaning to ask. I need to find a way to analyze the efficiency of parallel jobs, and the only way I've known about in the past is through vampire. I do not have the software license presently (and last I looked, it was

Re: [OMPI users] Compile problems with 1.3.2

2009-06-29 Thread Jim Kusznir
Ok, trying now. This does bring up a question I've been meaning to ask. I need to find a way to analyze the efficiency of parallel jobs, and the only way I've known about in the past is through vampire. I do not have the software license presently (and last I looked, it was a commercial licensed

Re: [OMPI users] Compile problems with 1.3.2

2009-06-29 Thread Ralph Castain
Easiest solution: add -enable-contrib-no-build=vt to your configure line. This will "no-build" the Vampirtrace code section that is causing the problem. It isn't required for operations - just there as an option if you want it for debugging purposes. Ralph On Mon, Jun 29, 2009 at 2:31 PM, Jim Ku