Extract DDSystemInfo from gmx_domdec_comm_t
[alexxy/gromacs.git] / src / gromacs / domdec / domdec.h
index d140cca732de21608f40645e5a15ba173547ac86..6f8fa8c8ef42ff0a174175b26966a353f2401783 100644 (file)
@@ -67,6 +67,7 @@
 #include "gromacs/utility/real.h"
 
 struct cginfo_mb_t;
+struct DDSystemInfo;
 struct gmx_domdec_t;
 struct gmx_ddbox_t;
 struct gmx_domdec_zones_t;
@@ -338,7 +339,6 @@ dd_choose_grid(const gmx::MDLogger &mdlog,
                const matrix box, const gmx_ddbox_t *ddbox,
                int numPmeRanksRequested,
                gmx_bool bDynLoadBal, real dlb_scale,
-               real cellsize_limit, real cutoff_dd,
-               gmx_bool bInterCGBondeds);
+               const DDSystemInfo &systemInfo);
 
 #endif