YoshitakaMo/localcolabfold

Can I submit multiple folding jobs as a batch on one GPU in parallel?

harshagrawal13 opened this issue · 1 comments

I wanted to know if it was possible to submit let's say 5 folding jobs on the same GPU in parallel by increasing the batch size? I don't want to do it one by one. When I try and do multiprocessing and submit 5 separately, the speed is significantly reduced. Any ideas?

Hey, I encountered the same problem. Have you solved this problem?