From 97f7561c0ad5c466b50eba642e1757fdfe0ec1d1 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Fri, 15 Oct 2021 09:40:10 +0200 Subject: [PATCH] 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 --- cmake/gmxManageCudaAwareMPI.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.22.0