remove MPIIO sources and references to them. update Purge.list and build systems

This commit is contained in:
Axel Kohlmeyer
2023-08-20 21:51:33 -04:00
parent b904534ac2
commit a81412f015
27 changed files with 51 additions and 3145 deletions

View File

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