add parallel file read capability to ReadDump
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user