Skip to content

Parallelize q-distance computation #20

@JinLi711

Description

@JinLi711

Parallelize the q-distance computation to use multiple cores. Make sure that the overhead is not large. We can try to put every other row in the q-distance matrix to one core. For example, if we have two cores, then we can put rows 0, 2, 4, etc to CPU 0 and rows 1, 3, 5, etc to CPU 1.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquasinet_rewriteFor issues relating to rewriting the quasinet with no calls to Rtests

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions