warn about problems with the MPIIO package

This commit is contained in:
Axel Kohlmeyer
2021-12-23 01:59:45 -05:00
parent 93c7b6928f
commit 3748a14582
9 changed files with 46 additions and 11 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;