Skip to content

performance enhancement for Glocalsampling #63

@alncat

Description

@alncat

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

[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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions