So far I have had 2 issues with the RC5 build. First the compile fails as it does not pass the correct parameters to g++ (regardless of CXXFLAGS, LDFLAGS, CCFLAGS, CFLAGS) settings. I made this work correctly by creating a bash script in place of g++ that called g++ -m64 explicit ally.
<br><br>Now that I have everything compiled I am experiencing the same problem as before ... with some further information available. As noted before I was experiencing some issues with running pallas. I had hand built pallas. Now I am using the full OFED stack (openib, open-mpi, pallas) and the resulting pallas binary will run (localhost test), only if the 
mthca.so file is missing. If the mthca file is present I get the following consistent error:<br><br>[root@something PMB-2.2.1]# /usr/local/ofed/mpi/gcc/openmpi-1.1a7-1/bin/mpirun -np 2 -hostfile machine.list ./PMB-MPI1<br>
Signal:11 info.si_errno:0(Success) si_code:1(SEGV_MAPERR)<br>Failing at addr:0x3000100a619d<br>[0] func:/usr/local/ofed/mpi/gcc/openmpi-1.1a7-1/lib64/libopal.so.0 [0x80001d0038]<br>[1] func:[0x1ffffffe5f0]<br>[2] func:/usr/local/ofed/mpi/gcc/openmpi-
1.1a7-1/lib64/libmpi.so.0 [0x800006a9dc]<br>[3] func:/usr/local/ofed/mpi/gcc/openmpi-1.1a7-1/lib64/libmpi.so.0 [0x800006abf8]<br>[4] func:/usr/local/ofed/mpi/gcc/openmpi-1.1a7-1/lib64/openmpi/mca_btl_openib.so [0x800055a5f0]
<br>[5] func:/usr/local/ofed/mpi/gcc/openmpi-1.1a7-1/lib64/libmpi.so.0 [0x80000d7e48]<br>[6] func:/usr/local/ofed/mpi/gcc/openmpi-1.1a7-1/lib64/openmpi/mca_bml_r2.so [0x800053f99c]<br>[7] func:/usr/local/ofed/mpi/gcc/openmpi-
1.1a7-1/lib64/libmpi.so.0 [0x80000d7530]<br>[8] func:/usr/local/ofed/mpi/gcc/openmpi-1.1a7-1/lib64/openmpi/mca_pml_ob1.so [0x800051f00c]<br>[9] func:/usr/local/ofed/mpi/gcc/openmpi-1.1a7-1/lib64/libmpi.so.0 [0x80000e0558]
<br>[10] func:/usr/local/ofed/mpi/gcc/openmpi-1.1a7-1/lib64/libmpi.so.0 [0x800008c900]<br>[11] func:/usr/local/ofed/mpi/gcc/openmpi-1.1a7-1/lib64/libmpi.so.0 [0x80000b6f20]<br>[12] func:./PMB-MPI1 [0x10003144]<br>[13] func:/lib64/tls/libc.so.6 [0x8064e9415c]
<br>[14] func:/lib64/tls/libc.so.6 [0x8064e942e4]<br>*** End of error message ***<br>[root@something PMB-2.2.1]#