Skip to content

4d-7d support for kokkos_allocate_view and cmake installation standardization.

Choose a tag to compare

@womeld womeld released this 09 Apr 21:27
4210490
  • Adds 4d-7d support for kokkos_allocate_view()
  • Makes CMake installation put products in more standard location
    -- Fortran modules and C++ header files will go in $INSTALL_ROOT/include
    -- Libraries and CMake files will go in $INSTALL_ROOT/lib or $INSTALL_ROOT/lib64 (as appropriate for the platform)
  • Fixes some erroneous behaviour in CMake target exporting
    -- Was a trailing "" on imported include directories, and that is now absent.