X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_cuda%2Fnbnxn_cuda_data_mgmt.cu;h=9200773cb8e349d68f069a76af3d6833517ac3be;hb=28bb38b9b5c10bff38e5e2fe0cd2b0c00433b382;hp=4ba5acfb23c5d6a3ff582f928661b4c2843611cf;hpb=82fdaa94e91c53ad79b8cca936ee35f18732f9cd;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu index 4ba5acfb23..9200773cb8 100644 --- a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu +++ b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu @@ -572,7 +572,7 @@ void nbnxn_cuda_init(FILE *fplog, * priorities, because we are querying the priority range which in this * case will be a single value. */ -#if CUDA_VERSION >= 5500 +#if CUDA_VERSION >= 5050 { int highest_priority; stat = cudaDeviceGetStreamPriorityRange(NULL, &highest_priority);