Merge branch release-4-6 into release-5-0
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 18 Sep 2014 09:53:17 +0000 (11:53 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 18 Sep 2014 09:53:17 +0000 (11:53 +0200)
Conflicts:
src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu

Change in release-4-6 was in a function already removed in
release-5-0, so omitted.

Change-Id: I58f745308357211d517ffdb58381ce5fb1a5dceb

src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.cu

index 4ba5acfb23c5d6a3ff582f928661b4c2843611cf..9200773cb8e349d68f069a76af3d6833517ac3be 100644 (file)
@@ -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);