Fix gpuupdate matrix
[alexxy/gromacs.git] / src / gromacs / mdlib / sim_util.cpp
index c8d3cbb713cf504460c7342a1e563f59e24ac7fa..91761324e020f4d30aa973bb9e72c52d9f1f1d92 100644 (file)
@@ -1301,7 +1301,7 @@ void do_force(FILE*                               fplog,
                 // Note: GPU update + DD without direct communication is not supported,
                 // a waitCoordinatesReadyOnHost() should be issued if it will be.
                 GMX_ASSERT(!simulationWork.useGpuUpdate,
-                           "GPU update is not supported with halo exchange");
+                           "GPU update is not supported with CPU halo exchange");
                 dd_move_x(cr->dd, box, x.unpaddedArrayRef(), wcycle);
             }