X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_cuda%2Fnbnxn_cuda_data_mgmt.cu;h=6612d13097c1625da9b67b864b5581ec51179fa3;hb=982993423b348095df0e550ec9d7e6163a270b4f;hp=f0e6fa8561d6e4e00aa6bf115a26cea55d632df4;hpb=80c60b9374efdb883ac53877746348a0531f0ea5;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 f0e6fa8561..6612d13097 100644 --- a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu +++ b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu @@ -579,7 +579,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);