The rCUDA Team is glad to announce that the new rCUDA version is now able to perform data copies between GPUs located in different remote servers. That is, if an application using rCUDA is assigned two GPUs, each of them located in a different server, now it is possible to directly copy data among them. This can be done for all the data copy functions included in CUDA (1D, 2D, 3D and Array versions of these functions). Also, this can be done regardless of the exact GPU models involved in the data copy (GPUs in both servers can be different).