Re: [OMPI users] CuEventCreate Failed...

2014-10-20 Thread Steven Eliuk
day, October 20, 2014 at 12:30 PM To: Open MPI Users mailto:us...@open-mpi.org>> Subject: Re: [OMPI users] CuEventCreate Failed... Hi: I just tried running a program similar to yours with CUDA 6.5 and Open MPI and I could not reproduce. Just to make sure I am doing things correctly, your

Re: [OMPI users] CuEventCreate Failed...

2014-10-20 Thread Rolf vandeVaart
-smi? Also, based on the usage of -allow-run-as-root I assume you are running the program as root? From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Steven Eliuk Sent: Monday, October 20, 2014 1:59 PM To: Open MPI Users Subject: Re: [OMPI users] CuEventCreate Failed... Thanks for your

Re: [OMPI users] CuEventCreate Failed...

2014-10-20 Thread Steven Eliuk
lto:us...@open-mpi.org>> List-Post: users@lists.open-mpi.org Date: Sunday, October 19, 2014 at 7:33 PM To: Open MPI Users mailto:us...@open-mpi.org>> Subject: Re: [OMPI users] CuEventCreate Failed... The error 304 corresponds to CUDA_ERRROR_OPERATNG_SYSTEM which means an OS call fail

Re: [OMPI users] CuEventCreate Failed...

2014-10-19 Thread Rolf vandeVaart
The error 304 corresponds to CUDA_ERRROR_OPERATNG_SYSTEM which means an OS call failed. However, I am not sure how that relates to the call that is getting the error. Also, the last error you report is from MVAPICH2-GDR, not from Open MPI. I guess then I have a few questions. 1. Can yo