1
Bug reports / When analyzing multiple frames with --nmr, DSSR gets slower with each frame
« on: June 12, 2025, 08:48:31 am »
When I analyze MD trajectories with the --nmr option, the runtime does not scale linearly with the number of frames as one might expect. For the same structure here are some benchmarks:
This suggests to me that there is either some sort of memory leak or maybe the file writing is seeking to the end of the file at the end of each frame?
Here is my DSSR command:
DSSR version: 2.4.6-2024nov15
| n_frames | runtime (hh:mm) |
| 2500 | 1:00 |
| 5000 | 4:15 |
| 10000 | >15:00 |
This suggests to me that there is either some sort of memory leak or maybe the file writing is seeking to the end of the file at the end of each frame?
Here is my DSSR command:
Code: [Select]
~/software/x3dna-dssr -i=RNA_traj.pdb --nmr --json -o=dssr.jsonDSSR version: 2.4.6-2024nov15
