Improve threading of bondeds
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / forcerec.h
index f2bd6f01806c3438685d031e07f27a2ec7452873..33c44a6442059f0aaf6e522bae9b8bdb2ee3a032 100644 (file)
@@ -475,6 +475,9 @@ typedef struct {
     int         red_nblock;
     f_thread_t *f_t;
 
+    /* Maximum thread count for uniform distribution of bondeds over threads */
+    int   bonded_max_nthread_uniform;
+
     /* Exclusion load distribution over the threads */
     int  *excl_load;
 } t_forcerec;