Skip to content

Using SSHash submodule for graph representation#481

Merged
hmusta merged 130 commits intomasterfrom
sshash_module
Jul 25, 2024
Merged

Using SSHash submodule for graph representation#481
hmusta merged 130 commits intomasterfrom
sshash_module

Conversation

@mmarzett
Copy link
Collaborator

Added the SSHash data structure as an option for the DBG representation, implemented using SSHash as a submodule.

@mmarzett mmarzett marked this pull request as draft January 26, 2024 10:19
@adamant-pwn
Copy link
Contributor


[  FAILED  ] 10 tests, listed below:
[  FAILED  ] DeBruijnGraphTest/4.CallStartNodes, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.CallUnitigsWithoutTips, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.CallUnitigsWithoutTips2, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.CallUnitigsCheckDegree, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.CallUnitigsCross, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.get_maximum_indegree, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.get_degree2, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.indegree_identity_incoming_indegree, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.indegree_identity_traverse_back_incoming, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.CallOutgoingEdges, where TypeParam = mtg::graph::DBGSSHash

10 FAILED TESTS

Are these the same tests that were disabled, or is it something new?

@hmusta
Copy link
Collaborator

hmusta commented Feb 19, 2024


[  FAILED  ] 10 tests, listed below:
[  FAILED  ] DeBruijnGraphTest/4.CallStartNodes, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.CallUnitigsWithoutTips, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.CallUnitigsWithoutTips2, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.CallUnitigsCheckDegree, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.CallUnitigsCross, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.get_maximum_indegree, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.get_degree2, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.indegree_identity_incoming_indegree, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.indegree_identity_traverse_back_incoming, where TypeParam = mtg::graph::DBGSSHash
[  FAILED  ] DeBruijnGraphTest/4.CallOutgoingEdges, where TypeParam = mtg::graph::DBGSSHash

10 FAILED TESTS

Are these the same tests that were disabled, or is it something new?

DeBruijnGraphTest/4.CallStartNodes seems to SegFault because of a multi-threading issue. This goes away if I change its hard-coding from 8 threads to 1

@adamant-pwn adamant-pwn marked this pull request as ready for review March 27, 2024 20:06
Copy link
Contributor

@adamant-pwn adamant-pwn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is still one open comment related to jermp/pthash#63. I think otherwise the current state is good? We should probably open a separate issue to track jermp/pthash#63 if we merge this PR before it is fixed upstream.

@hmusta hmusta self-requested a review July 25, 2024 06:54
@hmusta hmusta merged commit 163b644 into master Jul 25, 2024
@hmusta hmusta deleted the sshash_module branch July 25, 2024 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants