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
  • #4190

Closed
Open
Created Jan 14, 2019 by James Willenbring@jmwilleMaintainer

Enable Kokkos profiling cmake options by default in ATDM configurations

Created by: jhux2

I would like to request that the two options

-D Kokkos_ENABLE_Profiling=ON
-D Teuchos_KOKKOS_PROFILING:BOOL=ON

be added to the various ATDM cmake configurations. These are required to get useful information from the Kokkos profiling tools. These are currently set to OFF by the ATDM configuration script (at least on waterman).

This means that after I do

source $TRILINOS_DIR/cmake/std/atdm/load-env.sh

I also have to remember to enable both options in my configure script.

From what I understand, having the two options ON by default will have negligible impact on performance unless you explicitly start profiling using the Kokkos tools.

@trilinos/framework @srajama1

Assignee
Assign to
Time tracking