Merge pull request #3405 from lammps/distributed-grids

Support for distributed grids
This commit is contained in:
Axel Kohlmeyer
2022-12-19 12:06:25 -05:00
committed by GitHub
121 changed files with 46991 additions and 3879 deletions

View File

@ -399,7 +399,7 @@ void WriteRestart::write(const std::string &file)
}
}
// Check for I/O error status
// check for I/O error status
int io_all = 0;
MPI_Allreduce(&io_error,&io_all,1,MPI_INT,MPI_MAX,world);