Re: [OMPI users] myirnet problems on OSX

2006-11-26 Thread Galen Shipman
I would suggest trying Open MPI 1.2b1 and PML CM. You can select PML CM at runtime via: mpirun -mca pml cm Have you tried this? - Galen On Nov 21, 2006, at 12:28 PM, Scott Atchley wrote: On Nov 21, 2006, at 1:27 PM, Brock Palen wrote: I had sent a message two weeks ago about this probl

Re: [OMPI users] myirnet problems on OSX

2006-11-26 Thread Galen Shipman
Oh, just noticed you are using GM, PML CM is only available for MX.. sorry.. Galen On Nov 26, 2006, at 9:08 AM, Galen Shipman wrote: I would suggest trying Open MPI 1.2b1 and PML CM. You can select PML CM at runtime via: mpirun -mca pml cm Have you tried this? - Galen On Nov 21, 200

Re: [OMPI users] users Digest, Vol 443, Issue 1

2006-11-26 Thread Lydia Heck
You have to make sure that the path to the gm libraries is fully set at runtime of your code: LD_LIBRARY_PATH="$PATH":/xx/gm/lib and of course xx stands for the location of your path to the where the gm directory is located. Also for better performance you might want to use the sun compilers fo