Portable implementation of a computation kernel for the N-body problem with Kokkos
Table of Contents
1. Introduction
2. Content
- ./img: contains images of the plot figures.
- ./results: contains .txt result files from experiments.
- ./src: contains main .cpp source files.
- ./include: contains main header files (including kernel definitions).
- ./guix-tools: contains guix essential setup (channel file + manifests).
- ./scripts: contains experiment batch scripts + python plot script.
- ./org: contains main org source files.
- ./biblio: contains main references.
3. Dependencies
4. Interesting resources
- Kokkos programming guide
- API references:
- Old Kokkos Lectures
5. Contributors
- Antoine GICQUEL, PhD Student, Inria CONCACE
- Aurélien GAUTHIER, M1 Student, University of Bordeaux (former CONCACE member)