From: Mark Abraham Date: Fri, 15 Oct 2021 07:40:10 +0000 (+0200) Subject: Make failure to find CUDA-aware MPI work correctly. X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=commitdiff_plain;h=97f7561c0ad5c466b50eba642e1757fdfe0ec1d1 Make failure to find CUDA-aware MPI work correctly. Previously, a wrong error about non-matching quote was issued, even though the overall behavior was correct --- diff --git a/cmake/gmxManageCudaAwareMPI.cmake b/cmake/gmxManageCudaAwareMPI.cmake index 3b23840f70..5f1cb1c5ea 100644 --- a/cmake/gmxManageCudaAwareMPI.cmake +++ b/cmake/gmxManageCudaAwareMPI.cmake @@ -56,7 +56,7 @@ function(GMX_TEST_CUDA_AWARE_MPI) #if defined(MPIX_CUDA_AWARE_SUPPORT) && (MPIX_CUDA_AWARE_SUPPORT==1) return 0; #else - #error MPI implementation isn't CUDA-aware + #error MPI implementation is not CUDA-aware #endif }" HAVE_CUDA_AWARE_MPI)