...using mpi4py.(?)
This problem happens with approx 1% of jobs.
Min solved this problem, which apparently was that structopt was opening same potential file at the same time. The solution is to make different run directories for LAMMPS on different processors - Allen method okay, but another method needed this change.
...using mpi4py.(?) This problem happens with approx 1% of jobs. Min solved this problem, which apparently was that structopt was opening same potential file at the same time. The solution is to make different run directories for LAMMPS on different processors - Allen method okay, but another method needed this change.