Skip to content

Teuchos: Fix #2271

James Willenbring requested to merge Fix-2271 into develop

Created by: mhoemmen

Fix #2271 (closed) by doing the following:

  • Remove KOKKOS_ENABLE_PROFILING redundant #cmakedefine from Teuchos_config.h
  • Do not include Kokkos_Core.h in Teuchos_Time.cpp; use forward declarations for Kokkos::Profiling::{push, pop}Region instead, to improve build time

@trilinos/teuchos @vbrunini

Merge request reports

Loading