Select Git revision
pastis_build_info.hpp.in
-
Stéphane Del Pino authored
Now indicated build options, compiler and enabled Kokkos devices in execution preamble
Stéphane Del Pino authoredNow indicated build options, compiler and enabled Kokkos devices in execution preamble
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