Merge pull request #3064 from rbberger/collected-small-changes

Collected small changes and fixes
This commit is contained in:
Axel Kohlmeyer
2021-12-23 16:13:35 -05:00
committed by GitHub
23 changed files with 92 additions and 88 deletions

View File

@ -128,8 +128,7 @@ Dump::Dump(LAMMPS *lmp, int /*narg*/, char **arg) : Pointers(lmp)
char *ptr;
if ((ptr = strchr(filename,'%'))) {
if (strstr(style,"mpiio"))
error->all(FLERR,
"Dump file MPI-IO output not allowed with % in filename");
error->all(FLERR,"Dump file MPI-IO output not allowed with % in filename");
multiproc = 1;
nclusterprocs = 1;
filewriter = 1;