Skip to content

Commit

Permalink
try to debug action for exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lobet committed Oct 25, 2024
1 parent 98b8d14 commit 9ffeb46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/exercises.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
path: kokkos/install_openmp
- name: Compile 02_first_program
run: |
ls -al
export Kokkos_DIR=${GITHUB_WORKSPACE}/kokkos/install_openmp
cd exercises/02_first_program/solution/
cmake -DCMAKE_PREFIX_PATH=${GITHUB_WORKSPACE}/kokkos/install_openmp/ ./
make
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,12 @@ Exercises:

Projects:

- [Project 1: Wave Propagation](projects/wave/README.md)
- [Project 1: Wave Propagation](projects/wave/README.md)

## Compile the tutorials

To compile the tutorials, you need a working Tex environment.

```bash
xelatex -shell-escape main.tex
```

0 comments on commit 9ffeb46

Please sign in to comment.