kokkos/kokkos-tutorials

Update build system

cedricchevalier19 opened this issue · 2 comments

This is a tracking issue to improve the tutorial build system.

  • Update Readme for CMake (#89)
  • Compile all exercises at once with CMake (#91)
  • Provide presets
  • Download latest release (#92)
  • Kokkos 4.3.1 + Kokkos-tutorial cmake branch
  • Ruche cluster (GNU 11, CUDA 12)

I will list here all problematic exercise for compilation that I encounter:

Case OpenMP CUDA
advanced_reductions compilation issue compilation issue
fortran-kokkosinterface need #include <iostream>

Executables in Begin should follow the same naming pattern. They sometime are :

  • <folder_name>_Exercise
  • <folder_name>_exercise
  • <folder_name>

@xxirii with the Kokkos version currently provided by the tutorial?