Re: [OMPI users] Question about OpenMPI performance vs. MVAPICH2

2009-09-21 Thread Brian Powell
Jed Brown wrote: Are you saying the output of mpicc/mpif90 -show has the same optimization flags? MPICH2 usually puts it's own optimization flags into the wrappers. Jed, thank you for your reply. Yes, mpif90 shows (other than differing libraries) identical flags. Ralph Castain wrote: Did

[OMPI users] Question about OpenMPI performance vs. MVAPICH2

2009-09-20 Thread Brian Powell
Greetings, I recently purchased and set up a new blade cluster using Xeon 5560 CPUs, Mellanox DDR ConnectX cards, running CentOS 5.2. I use the cluster to run a large FORTRAN 90 fluid model. I have been using OpenMPI on my other clusters for years, and it is my default MPI environment.

Re: [OMPI users] OpenMPI 1.2 on MacOSX Intel Fails

2007-04-09 Thread Brian Powell
If you could try recompiling without the --build argument and let me know if that fixes the problem, I'd appreciate it. Brian, Thank you for the message. The configure options I used previously were based on my skimming through the build script for MacOSX in the contrib directory. I got it

[OMPI users] OpenMPI 1.2 on MacOSX Intel Fails

2007-04-07 Thread Brian Powell
Greetings, I turn to the assistance of the OpenMPI wizards. I have compiled v1.2 using gcc and ifort (see the attached config.log) with a variety of options. The compilation finishes (side note: I had to define NM otherwise the configure script failed) and installs. I try to run ompi_info

[OMPI users] Any Known Incompatibilities with ifort+gcc on MacOSX/Intel?

2007-03-12 Thread Brian Powell
Greetings, I have been pounding my head trying to get a large Fortran/MPI package to work on MacOSX with ifort and openmpi. This is a MacBook Pro with core duo. I do NOT believe the fault lies with openmpi; however, after searching the archives, I will ask the list for assistance. 1) I