Re: [OMPI users] patch for openmpi 1.2.1 for sun cc on linux

2007-05-16 Thread Jeff Squyres
On May 16, 2007, at 7:08 AM, Luis Kornblueh wrote: well we currently try to change over to ofed. I think you'll be pleased with the results. FWIW, you might want to try converting just a few nodes in your cluster and play with them to get some experience with the OFED stack. There's new

Re: [OMPI users] patch for openmpi 1.2.1 for sun cc on linux

2007-05-16 Thread Luis Kornblueh
Hi, well we currently try to change over to ofed. The same time we try to change to openmpi-1.2.1 from openpi-1.2b3, unfortunately we get a SEGV in mpiexec ;-) Cheerio, Luis > Greetings and thanks for the patch! > > We actually made this change on the development trunk but never moved > it to

Re: [OMPI users] patch for openmpi 1.2.1 for sun cc on linux

2007-05-16 Thread Jeff Squyres
Greetings and thanks for the patch! We actually made this change on the development trunk but never moved it to the release branch. See https://svn.open-mpi.org/trac/ompi/ changeset/13709 The problem is that we accidentally used a gcc-ism in the mvapi BTL (i.e., the older InfiniBand drive

[OMPI users] patch for openmpi 1.2.1 for sun cc on linux

2007-05-16 Thread Luis Kornblueh
Hi everybody, we tried to install openmpi with Sun cc on Linux. IT required some patches. I add the necessary pathces here. I hope you can include those. Cheerio, Luis diff -Naur openmpi-1.2.1/ompi/mca/btl/mvapi/btl_mvapi.c openmpi-1.2.1_patched/ompi/mca/btl/mvapi/btl_mvapi.c --- openmpi-1.2.