Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Issues
  • #3492

Closed
Open
Created Sep 24, 2018 by James Willenbring@jmwilleOwner

MueLu: AlgebraicPermutationStrategy does reductions on scalar instead of a magnitude type

Created by: lucbv

@trilinos/muelu @mhoemmen

Expectations

MueLu_AlgebraicPermutationStrategy_def.hpp should not perform reductions on Scalar, especially with the REDUCE_MIN/MAX closure. Instead perform said reductions on Teuchos::ScalarTraits<Scalar>::magnitudeType. This will alleviate issues of performing a reduction on std::complex<>.

Current Behavior

Currently it is unclear that the results coming out of the MPI reductions are probably not useful when Scalar=std::complex<>.

Motivation and Context

This is a bug it needs to be fixed...

Possible Solution

Carefully adjust types in the class so that all reductions are performed on magnitudeType if possible.

Related Issues

  • Follows #3480 (closed)
  • Precedes
  • Related to
  • Part of
  • Composed of
Assignee
Assign to
Time tracking