[OMPI users] Drastic OpenMPI performance reduction when message exeeds 128 KB

2012-02-29 Thread adrian sabou
Hi all,   I am experiencing a rather unpleasant issue with a simple OpenMPI app. I have 4 nodes communicating with a central node. Performance is good and the application behaves as it should. (i.e. performance steadily decreases as I increase the work size). My problem is that immediately

Re: [OMPI users] OpenMPI / SLURM -> Send/Recv blocking

2012-02-03 Thread adrian sabou
From: Jeff Squyres <jsquy...@cisco.com> To: adrian sabou <adrian.sa...@yahoo.com> Sent: Friday, February 3, 2012 12:30 PM Subject: Re: [OMPI users] OpenMPI / SLURM -> Send/Recv blocking On Feb 3, 2012, at 5:21 AM, adrian sabou wrote: > There is no i

Re: [OMPI users] OpenMPI / SLURM -> Send/Recv blocking

2012-02-02 Thread adrian sabou
Jeff Squyres <jsquy...@cisco.com> To: adrian sabou <adrian.sa...@yahoo.com>; Open MPI Users <us...@open-mpi.org> Sent: Thursday, February 2, 2012 3:09 PM Subject: Re: [OMPI users] OpenMPI / SLURM -> Send/Recv blocking Have you disabled iptables (firewalling) on your nodes? Or, i

Re: [OMPI users] OpenMPI / SLURM -> Send/Recv blocking

2012-02-02 Thread adrian sabou
.@cisco.com> To: adrian sabou <adrian.sa...@yahoo.com>; Open MPI Users <us...@open-mpi.org> Sent: Wednesday, February 1, 2012 10:32 PM Subject: Re: [OMPI users] OpenMPI / SLURM -> Send/Recv blocking On Jan 31, 2012, at 11:16 AM, adrian sabou wrote: > Like I said, a very simpl

[OMPI users] OpenMPI / SLURM -> Send/Recv blocking

2012-01-31 Thread adrian sabou
Hi All,   I'm having this weird problem when running a very simple OpenMPI application. The application sends an integer from the rank 0 process to the rank 1 process. The sequence of code that I use to accomplish this is the following: if (rank == 0) {