Make failure to find CUDA-aware MPI work correctly.
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 15 Oct 2021 07:40:10 +0000 (09:40 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 15 Oct 2021 07:40:10 +0000 (09:40 +0200)
Previously, a wrong error about non-matching quote was issued, even
though the overall behavior was correct

cmake/gmxManageCudaAwareMPI.cmake

index 3b23840f70ca531d690394ee9d39ea892b5b4888..5f1cb1c5ea43a5a4b36198b10bedeef960ef93f4 100644 (file)
@@ -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)