Remove single-dimension limitation from GPU halo exchange
[alexxy/gromacs.git] / src / gromacs / domdec / domdec_internal.h
index 7bee8f819857e1ea3d10c6c48a04b9573ccedc47..691b0b87aa4cef053579f538791b82c868beb2d7 100644 (file)
@@ -473,9 +473,6 @@ struct DDSettings
     //! Flop counter (0=no,1=yes,2=with (eFlop-1)*5% noise
     int eFlop = 0;
 
-    //! Request 1D domain decomposition
-    bool request1D;
-
     //! Whether to order the DD dimensions from z to x
     bool useDDOrderZYX = false;