Use DeviceStream init(...) function to create streams
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm_setup.cpp
index f7c7f6dd16ac75b964263a5e3f1a60038627e787..d854ede57282d8eabc40e3d4a054159960b05d9a 100644 (file)
@@ -452,7 +452,7 @@ std::unique_ptr<nonbonded_verlet_t> init_nb_verlet(const gmx::MDLogger&     mdlo
         /* init the NxN GPU data; the last argument tells whether we'll have
          * both local and non-local NB calculation on GPU */
         gpu_nbv = gpu_init(deviceInfo, *deviceContext, fr->ic, pairlistParams, nbat.get(),
-                           cr->nodeid, haveMultipleDomains);
+                           haveMultipleDomains);
 
         minimumIlistCountForGpuBalancing = getMinimumIlistCountForGpuBalancing(gpu_nbv);
     }