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
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
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
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
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
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