Re: [OMPI users] myrinet mx and openmpi using solaris, sun compilers

2006-11-21 Thread Galen M. Shipman
Lydia Heck wrote: Thank you very much. I tried mpirun -np 6 -machinefile ./myh -mca pml cm ./b_eff What was the performance (latency and bandwidth)? and to amuse you mpirun -np 6 -machinefile ./myh -mca btl mx,sm,self ./b_eff Same question here as well.. Thanks, Galen with myh c

Re: [OMPI users] myrinet mx and openmpi using solaris, sun compilers

2006-11-21 Thread Lydia Heck
ports and on each system 3 myrinet ports were open. Lydia On Mon, 20 Nov 2006 users-requ...@open-mpi.org wrote: > > -- > > Message: 2 > Date: Mon, 20 Nov 2006 20:05:22 + (GMT) > From: Lydia Heck > Subject: [OMPI users] myrinet mx and openm

Re: [OMPI users] myrinet mx and openmpi using solaris, sun compilers

2006-11-20 Thread Galen M. Shipman
m2001(120) > mpirun -np 6 -hostfile hostsfile -mca btl mx,self b_eff This does appear to be a bug, although you are using the MX BTL. Our higher performance path is the MX MTL. To use this try: mpirun -np 6 -hostfile hostsfile -mca pml cm b_eff Also, just for grins, could you try: mpi

[OMPI users] myrinet mx and openmpi using solaris, sun compilers

2006-11-20 Thread Lydia Heck
I have built the myrinet drivers with gcc or the studio 11 compilers from sun. The following problem appears for both installations. I have tested the myrinet installations using myricoms own test programs. Then I build open-mpi using the studio11 compilers enabling myrinet. All the library pat