Re: [OMPI users] OpenMPI and CUDA on cluster

2012-05-03 Thread Shamis, Pavel
bject: [OMPI users] OpenMPI and CUDA on cluster Hi, I am trying to execute OpenMPI and CUDA code on a cluster. The code works fine on single machine but when I try to execute it on cluster I get error: error while loading shared libraries: libcudart.so.4: cannot open shared object file: No such fi

Re: [OMPI users] OpenMPI and CUDA on cluster

2012-05-01 Thread Rohan Deshpande
nt:* Tuesday, May 01, 2012 4:04 AM > *To:* Open MPI Users > *Subject:* [OMPI users] OpenMPI and CUDA on cluster > > ** ** > > Hi, > > I am trying to execute OpenMPI and CUDA code on a cluster. The code works > fine on single machine but when I try to execute it on cluste

Re: [OMPI users] OpenMPI and CUDA on cluster

2012-05-01 Thread Trent
users] OpenMPI and CUDA on cluster Hi, I am trying to execute OpenMPI and CUDA code on a cluster. The code works fine on single machine but when I try to execute it on cluster I get error: error while loading shared libraries: libcudart.so.4: cannot open shared object file: No such file or

Re: [OMPI users] OpenMPI and CUDA on cluster

2012-05-01 Thread Jingcha Joba
Best way to find if the application binary can "see" the cuda library is to do ldd. On Tue, May 1, 2012 at 2:03 AM, Rohan Deshpande wrote: > Hi, > > I am trying to execute OpenMPI and CUDA code on a cluster. The code works > fine on single machine but when I try to execute it on cluster I get

Re: [OMPI users] OpenMPI and CUDA on cluster

2012-05-01 Thread Mohan L
On Tue, May 1, 2012 at 2:33 PM, Rohan Deshpande wrote: > Hi, > > I am trying to execute OpenMPI and CUDA code on a cluster. The code works > fine on single machine but when I try to execute it on cluster I get error: > > error while loading shared libraries: libcudart.so.4: cannot open shared > o

[OMPI users] OpenMPI and CUDA on cluster

2012-05-01 Thread Rohan Deshpande
Hi, I am trying to execute OpenMPI and CUDA code on a cluster. The code works fine on single machine but when I try to execute it on cluster I get error: error while loading shared libraries: libcudart.so.4: cannot open shared object file: No such file or directory I checked my PATH and LD_PATH