fix gcmc updates from Aidan, trimming of output for replica commands

This commit is contained in:
Steve Plimpton
2017-04-11 08:35:09 -06:00
parent 76fd936972
commit 49dd9449b8
21 changed files with 363 additions and 234 deletions

View File

@ -297,6 +297,9 @@ void WriteRestart::write(char *file)
// communication buffer for my atom info
// 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
int max_size;
int send_size = atom->avec->size_restart();