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
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"