Skip to content

Commit

Permalink
[README] minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yasahi-hpc authored Jan 25, 2024
1 parent 17e8a80 commit 388814c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ export KokkosFFT_DIR=<lib_dir>/kokkosFFT/lib64/cmake/kokkos-fft
mkdir build && cd build
cmake -DCMAKE_CXX_COMPILER=icpx \
-DCMAKE_BUILD_TYPE=Release \
-DKokkos_ENABLE_OPENMP=ON -DKokkos_ARCH_SKX=ON ..
-DKokkos_ENABLE_OPENMP=ON \
-DKokkos_ARCH_SKX=ON ..
cmake --build . -j 8
```

Expand Down

0 comments on commit 388814c

Please sign in to comment.