add parallel file read capability to ReadDump

This commit is contained in:
Steve Plimpton
2018-10-26 17:37:50 -06:00
parent 85c8877aeb
commit 0a4007c55b
3 changed files with 689 additions and 306 deletions

View File

@ -57,7 +57,7 @@ void Rerun::command(int narg, char **arg)
if (nfile == 0 || nfile == narg) error->all(FLERR,"Illegal rerun command");
// parse optional args up until "dump"
// user MAXBIGINT -1 so Output can add 1 to it and still be a big int
// use MAXBIGINT -1 so Output can add 1 to it and still be a big int
bigint first = 0;
bigint last = MAXBIGINT - 1;