Skip to content
Snippets Groups Projects
Select Git revision
  • 76999127fa717bed46e10b2aaf33d26d49a38f17
  • develop default protected
  • feature/kinetic-schemes
  • feature/reconstruction
  • feature/local-dt-fsi
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/serraille
  • feature/variational-hydro
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • feature/escobar-smoother
  • feature/hypoelasticity-clean
  • feature/hypoelasticity
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

pastis_build_info.hpp.in

Blame
  • pastis_build_info.hpp.in 255 B
    #ifndef PASTIS_BUILD_INFO_HPP
    #define PASTIS_BUILD_INFO_HPP
    
    #define PASTIS_BUILD_TYPE "@CMAKE_BUILD_TYPE@"
    #define PASTIS_BUILD_COMPILER "@CMAKE_CXX_COMPILER@"
    #define PASTIS_BUILD_KOKKOS_DEVICES "@KOKKOS_GMAKE_DEVICES@"
    
    #endif // PASTIS_BUILD_INFO_HPP