Loading src/TNL/Communicators/MpiCommunicator.h +3 −1 Original line number Diff line number Diff line Loading @@ -295,6 +295,7 @@ class MpiCommunicator static void selectGPU(void) { #ifdef HAVE_MPI #ifdef HAVE_CUDA int count,rank, gpuCount, gpuNumber; MPI_Comm_size(MPI_COMM_WORLD,&count); Loading Loading @@ -329,6 +330,7 @@ class MpiCommunicator //std::cout<<"Node: " << rank << " gpu: " << gpuNumber << std::endl; #endif #endif } Loading Loading
src/TNL/Communicators/MpiCommunicator.h +3 −1 Original line number Diff line number Diff line Loading @@ -295,6 +295,7 @@ class MpiCommunicator static void selectGPU(void) { #ifdef HAVE_MPI #ifdef HAVE_CUDA int count,rank, gpuCount, gpuNumber; MPI_Comm_size(MPI_COMM_WORLD,&count); Loading Loading @@ -329,6 +330,7 @@ class MpiCommunicator //std::cout<<"Node: " << rank << " gpu: " << gpuNumber << std::endl; #endif #endif } Loading