Skip to content

Commit

Permalink
Formatting codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hidekb committed Jan 10, 2025
1 parent 0c33a15 commit d40edca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 247 deletions.
8 changes: 4 additions & 4 deletions src/walberla_bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ espresso_configure_walberla_target(espresso_walberla_codegen)

target_link_libraries(
espresso_walberla PUBLIC MPI::MPI_CXX espresso::utils
PRIVATE espresso::walberla::cpp_flags espresso::walberla_codegen espresso::config espresso::profiler)
PRIVATE espresso::walberla::cpp_flags espresso::walberla_codegen
espresso::config espresso::profiler)
target_link_libraries(espresso_walberla_codegen
PRIVATE espresso::walberla::cpp_flags)


if(WALBERLA_BUILD_WITH_CUDA)
espresso_add_gpu_library(espresso_walberla_cuda SHARED)
espresso_add_gpu_library(espresso_walberla_codegen_cuda SHARED)
Expand All @@ -66,8 +66,8 @@ if(WALBERLA_BUILD_WITH_CUDA)
espresso_configure_walberla_target(espresso_walberla_codegen_cuda)
target_link_libraries(
espresso_walberla_cuda PUBLIC espresso::utils
PRIVATE CUDA::cuda_driver CUDA::cudart espresso::walberla_codegen_cuda espresso::config espresso::profiler
)
PRIVATE CUDA::cuda_driver CUDA::cudart espresso::walberla_codegen_cuda
espresso::config espresso::profiler)
target_link_libraries(espresso_walberla_codegen_cuda PRIVATE CUDA::cuda_driver
CUDA::cudart)
endif()
Expand Down
2 changes: 1 addition & 1 deletion src/walberla_bridge/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function(ESPRESSO_ADD_TEST)
target_link_libraries(
${TEST_NAME}
PRIVATE espresso::walberla::cuda_flags espresso::walberla_cuda
espresso::config espresso::profiler)
espresso::config espresso::profiler)
else()
target_link_libraries(
${TEST_NAME} PRIVATE espresso::walberla::cpp_flags espresso::config
Expand Down
242 changes: 0 additions & 242 deletions testsuite/python/lb_force_interpolation.py

This file was deleted.

0 comments on commit d40edca

Please sign in to comment.