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
  • #3177
Closed
Open
Issue created Jul 24, 2018 by James Willenbring@jmwilleOwner

MueLu: signed/unsigned comparison warning in master

Created by: mhoemmen

@vbrunini reports a signed-unsigned comparison build error in Trilinos:master, in packages/muelu/src/Transfers/Smoothed-Aggregation/MueLu_TentativePFactory_def.hpp:193:

.../MueLu_TentativePFactory_def.hpp: In instantiation of 'void MueLu::TentativePFactory<Scalar, LocalOrdinal, GlobalOrdinal, Node>::BuildP(MueLu::TentativePFactory<Scalar, LocalOrdinal, GlobalOrdinal, Node>::Level&, MueLu::TentativePFactory<Scalar, LocalOrdinal, GlobalOrdinal, Node>::Level&) const [with Scalar = double; LocalOrdinal = int; GlobalOrdinal = long int; Node = Kokkos::Compat::KokkosDeviceWrapperNode<Kokkos::Serial>; MueLu::TentativePFactory<Scalar, LocalOrdinal, GlobalOrdinal, Node>::Level = MueLu::Level]':
    [REDACTED]:   required from here

.../MueLu_TentativePFactory_def.hpp:193:34: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
             for (LO lnode = 0; lnode < numNodes; lnode++) {

@trilinos/muelu

Assignee
Assign to
Time tracking