Hello MDAnalysis community,
I study a simple system (a large bead-on-spring polymer crowded by many LJ beads). I have two types of Lammps data and trajectory pairs.
1. Type one pairs are a large number of trajectories (~400), each of size 5GB and paired with its small ~100KB data file. How can I effectively use MDAnalysis to analyze them? I have two main for-loops, one over the trajectories and the other over 70000 frames within a trajectory. Within the trajectory-loop, I measure 10 different quantities in each snapshot.
2. The other type of pairs are changed trajectories. Here, each trajectory is chunked into 14 smaller trajectories of size 1.5GB, so one whole trajectory is around 17GB. How can I do the same analyze as above for these trajectories? Here there are ~400*14 files.
I have access to both many GPU and CPU cores on an HPC cluster.
Thank you in advance for your responses.
Amir