Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • 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
  • #1977

Closed
Open
Created Nov 09, 2017 by James Willenbring@jmwilleMaintainer

Tpetra: Build warning in test

Created by: mhoemmen

There is a build warning in a Tpetra test: .../Trilinos/packages/tpetra/core/test/HashTable/computeOffsetsFromCounts.cpp(106): warning: function "<unnamed>::ExecSpaceName<Kokkos::Serial>::name" was declared but never referenced. Whether or not it appears depends on which execution spaces Tpetra uses.

@trilinos/tpetra

Possible Solution

Tie the instantiations of the function in question, to the correct set of enabled execution spaces.

Steps to Reproduce

I generally see this in a CUDA build.

Assignee
Assign to
Time tracking