fixed multiple distance restraints with OpenMP
[alexxy/gromacs.git] / src / mdlib / domdec.c
index 010ab094dc8cb3dce30de50af07374a94e13e203..046ef5133003f2cba1cb9953aba6e107a0dfe4cf 100644 (file)
@@ -9676,7 +9676,7 @@ void dd_partition_system(FILE                *fplog,
         make_local_gb(cr, fr->born, ir->gb_algorithm);
     }
 
-    init_bonded_thread_force_reduction(fr, &top_local->idef);
+    setup_bonded_threading(fr, &top_local->idef);
 
     if (!(cr->duty & DUTY_PME))
     {