remove sometimes misleading and often confusing warning

This commit is contained in:
Axel Kohlmeyer
2025-01-30 16:20:29 -05:00
parent b98797ec2c
commit aa9b2b415f

View File

@ -566,10 +566,6 @@ LAMMPS::LAMMPS(int narg, char **arg, MPI_Comm communicator) :
if (!helpflag)
utils::logmesg(this,"LAMMPS ({}{})\n", version, update_string);
// warn against using I/O redirection in parallel runs
if ((inflag == 0) && (universe->nprocs > 1))
error->warning(FLERR, "Using I/O redirection is unreliable with parallel runs. "
"Better to use the -in switch to read input files.");
utils::flush_buffers(this);
}