This commit is contained in:
Eisuke Kawashima
2020-03-14 12:38:28 +09:00
parent fa7085be07
commit 649a8cc01a
401 changed files with 617 additions and 617 deletions

View File

@ -299,7 +299,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();