Re: [OMPI users] MPI_THREAD_MULTIPLE causes deadlock in simple MPI_Barrier case (ompi 1.6.5 and 1.7.3)

2013-11-29 Thread Jean-Francois St-Pierre
Hi Maxim, I didn't get any change of behavior using your parameter set, neither with --mca btl tcp,sm,self. It is still dead locked at the barrier. -- Jean-François St-Pierre, analyste en calcul scientifique jf.stpie...@calculquebec.ca bureau S-250, pavillon Roger-Gaudry (principal), Université

[OMPI users] Bug in MPI_REDUCE in CUDA-aware MPI

2013-11-29 Thread Peter Zaspel
Hi users list, I would like to report a bug in the CUDA-aware OpenMPI 1.7.3 implementation. I'm using CUDA 5.0 and Ubuntu 12.04. Attached, you will find an example code file, to reproduce the bug. The point is that MPI_Reduce with normal CPU memory fully works but the use of GPU memory leads to a

Re: [OMPI users] MPI_THREAD_MULTIPLE causes deadlock in simple MPI_Barrier case (ompi 1.6.5 and 1.7.3)

2013-11-29 Thread Maxime Boissonneault
Hi Jean-François ;) Do you have the same behavior if you disable openib at run time ? : --mca btl ^openib My experience with the OpenIB BTL is that its inner threading is bugged. Maxime Le 2013-11-28 19:21, Jean-Francois St-Pierre a écrit : Hi, I've compiled ompi1.6.5 with multi-thread suppor