Some questions about DEM parallel computing

  1. Yes the range is a ghost layer near the common boundary between processes.
  2. You can manually pack, send and receive information about other particles, but you will need to develop your own MPI calls. You need to be careful with the amount of data you send/receive to minimize communication overhead.