diff --git a/src/comm_tiled.cpp b/src/comm_tiled.cpp index 3160a5d60a..37a7052edb 100644 --- a/src/comm_tiled.cpp +++ b/src/comm_tiled.cpp @@ -54,6 +54,8 @@ CommTiled::CommTiled(LAMMPS *lmp) : Comm(lmp) CommTiled::CommTiled(LAMMPS *lmp, Comm *oldcomm) : Comm(*oldcomm) { + error->all(FLERR,"Comm_style tiled is not yet supported"); + style = 1; layout = oldcomm->layout; copy_arrays(oldcomm);