Re: [OMPI users] Installation fails on Mac Os

2007-03-26 Thread Daniele Avitabile
Thanks a lot Brian, I think I will compile my applications with the new gcc and have open mpi compiled with the system-provided gcc, as you said. Thanks a lot. Daniele On 3/26/07, Brian Barrett wrote: On Mar 25, 2007, at 11:20 AM, Daniele Avitabile wrote: > Hi everybody, > > I am trying to

Re: [OMPI users] Issues with Get/Put and IRecv

2007-03-26 Thread Mike Houston
Sadly, I've just hit this problem again, so I'll have to find another MPI implementation as I have a paper deadline quickly approaching. I'm using single threads now, but I had very similar issues when using multiple threads and issuing send/recv on one thread and waiting on a posted MPI_Recv

Re: [OMPI users] Issues with Get/Put and IRecv

2007-03-26 Thread Brian Barrett
Mike - In Open MPI 1.2, one-sided is implemented over point-to-point, so I would expect it to be slower. This may or may not be addressed in a future version of Open MPI (I would guess so, but don't want to commit to it). Where you using multiple threads? If so, how? On the good news,

Re: [OMPI users] Installation fails on Mac Os

2007-03-26 Thread Brian Barrett
On Mar 25, 2007, at 11:20 AM, Daniele Avitabile wrote: Hi everybody, I am trying to install open mpi on a Mac Os XServer, and the make all command exits with the error openmpi_install_failed.tar.gz as you can see from the output files I attached. Some comments that may be helpful: 1) I a

Re: [OMPI users] Open MPI 1.2 on new release of ParallelKnoppix

2007-03-26 Thread Jeff Squyres
Excellent news -- thanks! On Mar 26, 2007, at 12:23 PM, Michael Creel wrote: You'll find it in /usr/local. Full announcement at http:// idea.uab.es/mcreel/ParallelKnoppix/ Cheers, M. ___ users mailing list us...@open-mpi.org http://www.open-mpi.org/m

[OMPI users] Open MPI 1.2 on new release of ParallelKnoppix

2007-03-26 Thread Michael Creel
You'll find it in /usr/local. Full announcement at http://idea.uab.es/mcreel/ParallelKnoppix/ Cheers, M.