Re: [OMPI users] . cuda-memcheck reports errors for MPI functions after use of cudaSetDevice

2016-06-09 Thread Jiri Kraus
Hi Kristina, Although its reported by cuda-memcheck as an error it really is an expected return code from cuPointerGetAttributes. The CUDA-aware build of OpenMPI calls cuPointerGetAttributes to query if a pointer is a host or device pointer. Memory allocated with the system allocator (malloc, g

Re: [OMPI users] Multiple Non-blocking Send/Recv calls with MPI_Waitall fails when CUDA IPC is in use

2016-05-06 Thread Jiri Kraus
Hi Iman, How are you handling GPU affinity? Are you using CUDA_VISIBLE_DEVICES for that? If yes can you try using cudaSetDevice in your application instead? Also when multiple processes are assigned to a single GPU are you using MPS and what GPUs are your running this on? Hope this Helps Jiri

Re: [OMPI users] Compiling OpenMPI with PGI pgc++

2014-02-01 Thread Jiri Kraus
ologize for spelling errors and auto correction typos. -Original Message- Date: Fri, 31 Jan 2014 22:50:40 +0100 From: Reuti To: Open MPI Users Subject: Re: [OMPI users] Compiling OpenMPI with PGI pgc++ Message-ID: Content-Type: text/plain; charset=us-ascii Hi, Am 31.01.2

Re: [OMPI users] Compiling OpenMPI with PGI pgc++

2014-01-31 Thread Jiri Kraus
Hi, Thanks for taking a look. I just learned from PGI that this is a known bug that will be fixed in the 14.2 release (Februrary 2014). Thanks Jiri > -Original Message- > Date: Wed, 29 Jan 2014 18:12:46 + > From: "Jeff Squyres (jsquyres)" > To: Open MPI Users > Subject: Re: [OMP

Re: [OMPI users] Compiling OpenMPI with PGI pgc++

2014-01-29 Thread Jiri Kraus
> you > show below. > > Is there a reason you want to mix gcc and pgc++? It's usually simpler/better > to > use a single compiler suite for the whole thing. > > > On Jan 29, 2014, at 10:54 AM, Jiri Kraus wrote: > > > Hi, > > > > I am trying t

[OMPI users] Compiling OpenMPI with PGI pgc++

2014-01-29 Thread Jiri Kraus
Hi, I am trying to compile OpenMPI 1.7.3 with pgc++ (14.1) as C++ compiler. During configure it fails with checking if C and C++ are link compatible... no The error from config.log is: configure:18205: checking if C and C++ are link compatible configure:18230: pgcc -c -DNDEBUG -fast conftest_