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

Closed
Open
Created Aug 30, 2017 by James Willenbring@jmwilleMaintainer

MueLu: Build error with experimental kokkos-kernels option on

Created by: mhoemmen

@trilinos/muelu @trilinos/xpetra

@DrBooom reports:

With these three CMake options turned on:

  -D KokkosKernels_ENABLE_Experimental:BOOL=ON \
  -D MueLu_ENABLE_Kokkos_Refactor=ON \
  -D Xpetra_ENABLE_Kokkos_Refactor=ON \

I get this error:

In file included from /p/home/cbluchi/Trilinos/packages/tpetra/core/ext/TpetraExt_MatrixMatrix.cpp(49):
/p/home/cbluchi/Trilinos/packages/tpetra/core/ext/TpetraExt_MatrixMatrix_def.hpp(62): catastrophic error: cannot open source file "KokkosKernels_SPGEMM.hpp"
  #include "KokkosKernels_SPGEMM.hpp"
                                     ^

I don't get this build error with the options disabled.

Assignee
Assign to
Time tracking