-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Dear developers,
I noticed a small modifications that may help improve the performance of local alignment on gpus,
for example, changing this line of code
PyTom/pytom/alignment/GLocalSampling.py
Line 330 in 43f7f6c
| [verbose] * len(evenSplitList),alignmentJob.gpu))) |
to
[verbose] * len(evenSplitList),alignmentJob.gpu*(len(evenSplitList)//len(alignmentJob.gpu)))))
and for other similar functions in this file.
This modification allows mpi to distribute jobs on gpus. You can then invoke more mpi processes than the number of gpus~
Metadata
Metadata
Assignees
Labels
No labels