Skip to content

Commit

Permalink
Add CMake folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Jul 10, 2024
1 parent 99048e6 commit a487b66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```sh
# Build with sycl compiler & custom conan profile
cmake -S. -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -D PFFDTD_ENABLE_SYCL=ON -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=external/cmake-conan/conan_provider.cmake -DCONAN_HOST_PROFILE=/full/path/to/neo-fdtd/profile/linux_sycl
cmake -S. -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -D PFFDTD_ENABLE_SYCL=ON -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=external/cmake-conan/conan_provider.cmake -DCONAN_HOST_PROFILE=/full/path/to/neo-fdtd/cmake/profile/linux_sycl
cmake --build build

# Using hyper-threads is usally a slow down. Use the number of physical cores.
Expand Down

0 comments on commit a487b66

Please sign in to comment.