Re: [OMPI users] Problem building OpenMPI 1.0.1 with PGI 6.0

2006-04-05 Thread Jeffrey B. Layton
George, Doh - you're right. It is --disable-io-romio. I didn't read the help closely enough (I always look at that first - must have been tired). I do want both the shared and static libs so I'll enable both even though shared is on be default. Thanks! Jeff ./configure --help will give you t

Re: [OMPI users] Problem building OpenMPI 1.0.1 with PGI 6.0

2006-04-05 Thread George Bosilca
./configure --help will give you the full list of configuration flags. To disable romio one should type --disable-io-romio not -- disable-romio. Adding --enable-static will build 2 sets of libraries (as explained in the configure --help output), one dynamic and one static. If you're looking