Re: [OMPI users] Intel MPI SendRcv Performance using MX 1.1.7 comparison of Open MPI 1.2.2 and MPICH-MX 1.2.7..4

2007-05-18 Thread gshipman
Can you try adding the following param: OMPI_MCA_pml=cm and report the results? Thanks, Galen On May 18, 2007, at 1:15 PM, Maestas, Christopher Daniel wrote: Hello, I was wondering why we would see ~ 100MB/s difference between mpich-mx and Open MPI with SendRecv from the Intel MPI benchma

Re: [OMPI users] bproc problems

2007-04-26 Thread gshipman
There is a known issue on BProc 4 w.r.t. pty support. Open MPI by default will try to use ptys for I/O forwarding but will revert to pipes if ptys are not available. You can "safely" ignore the pty warnings, or you may want to rerun configure and add: --disable-pty-support I say "safely"