Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend to_dense for parallel use cases #3354

Merged
merged 6 commits into from
Sep 6, 2024

Commits on Aug 21, 2024

  1. Add parallel support to to_dense

    Previously only the diagonal (local-to-local) interaction block of the CSR matrix was outputted,
    this is extended to the complete locally owned row structure, allowing for paralell debugging.
    
    When run in sequential the behavior of `to_dense` is not altered
    
    Extend  test case for parallel to dense usage
    
    Adapt  export
    
    Adapt test
    
    Apply suggestion
    schnellerhase committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    bf5d2e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    da9ffda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbbbb05 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    acc536e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d6b1e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b0622 View commit details
    Browse the repository at this point in the history