Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lobet committed Oct 25, 2024
1 parent cdd78a6 commit 399ac79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/exercises.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ 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
export OMP_NUM_THREADS=4
./first_program
./exe


0 comments on commit 399ac79

Please sign in to comment.