Running parallel lammps jobs parallely

Hi,

I think the solution is a simple dispatcher program, which invokes all of the LAMMPS jobs (mpirun could be used per-job to make each job run in parallel for speed), waits for them to finish, processes their output and updates the input files for the next run …

The complexity of such a tool really depends on the amount of processing that you need to perform.

Hope that helps,

Khalid Abdelaziz