Re: [OMPI users] CUDA-aware codes not using GPU

2019-09-06 Thread AFernandez via users
From: Akshay Venkatesh Sent: Friday, September 06, 2019 11:14 AM To: Open MPI Users Cc: Joshua Ladd ; Arturo Fernandez Subject: Re: [OMPI users] CUDA-aware codes not using GPU Hi, Arturo. Usually, for OpenMPI+UCX we use the following recipe for UCX: ./configure --prefix=/path/to/ucx-c

Re: [OMPI users] CUDA-aware codes not using GPU

2019-09-06 Thread Akshay Venkatesh via users
Hi, Arturo. Usually, for OpenMPI+UCX we use the following recipe for UCX: ./configure --prefix=/path/to/ucx-cuda-install --with-cuda=/usr/local/cuda --with-gdrcopy=/usr make -j install then OpenMPI: ./configure --with-cuda=/usr/local/cuda --with-ucx=/path/to/ucx-cuda-install make -j insta

Re: [OMPI users] CUDA-aware codes not using GPU

2019-09-06 Thread Arturo Fernandez via users
<<< text/html: Unrecognized >>> ___ users mailing list users@lists.open-mpi.org https://lists.open-mpi.org/mailman/listinfo/users

Re: [OMPI users] CUDA-aware codes not using GPU

2019-09-06 Thread Joshua Ladd via users
Did you build UCX with CUDA support (--with-cuda) ? Josh On Thu, Sep 5, 2019 at 8:45 PM AFernandez via users < users@lists.open-mpi.org> wrote: > Hello OpenMPI Team, > > I'm trying to use CUDA-aware OpenMPI but the system simply ignores the GPU > and the code runs on the CPUs. I've tried differe