Merge branch 'master' into restart-consistency

# Conflicts:
#	doc/src/fix_halt.rst
This commit is contained in:
Axel Kohlmeyer
2020-03-18 20:30:00 -04:00
1215 changed files with 7690 additions and 15148 deletions

View File

@ -275,7 +275,7 @@ void WriteRestart::write(char *file)
// max_size = largest buffer needed by any proc
// NOTE: are assuming size_restart() returns 32-bit int
// for a huge one-proc problem, nlocal could be 32-bit
// but nlocal * doubles-peratom could oveflow
// but nlocal * doubles-peratom could overflow
int max_size;
int send_size = atom->avec->size_restart();