First of all, sorry if I make spelling mistakes, I'm not english.
I'm trying to use IBM Platform MPI v9.1.2 with CUDA 5.5 in Windows 7 to pass messages through GPUs, using CUDA-Aware MPI like this post says: http://devblogs.nvidia.com/parallelforall/introduction-cuda-aware-mpi/
My GPUs (Nvidia Tesla C2075) are compatible with UVA (Unified Virtual Addressing) technology, so it should work properly when I use MPI_Ssend and MPI_Recv passing the device pointers, but it doesn't and the program crashes.
I've installed only the IBM package but I couldn't find anything about any configuration needed.
Anyone know something about this and could help me?
Thank you so much.