HITS-MBM/conan

How to parallelize independent runs?

Closed this issue · 2 comments

Hi! I am using CONAN for making contact maps for multiple independent trajectories generated by clustering analysis. I have tried to build a bash script for analyzing all the systems at the same time using GNU Parallel with no luck. My problem relies in the folders that Conan writes for every run (frames, matrices, aggregate, etc) which are created in the folder of the bash script instead of being created in the the folder where the CONAN input file is located and executed

Do you know how to avoid this behaviour? Do you recommend any particular approach for running in parallel several conan inputs?

Thanks in advance!

oops forgot to close this one. TL;DR: I/O doesn't allow much parallelism anyway so I recommend running conan 'in series.' In most cases, unless you're plotting many frames (in which case parallel processing again wouldn't help), it's fast enough.