Skip to content

Commit

Permalink
CTest: Add atomicAdd to small tests (#3915)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed May 12, 2024
1 parent ac2f116 commit af6e772
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/CMakeLists.txt
Expand Up @@ -101,6 +101,10 @@ if (AMReX_TEST_TYPE STREQUAL "Small")

add_subdirectory("Amr/Advection_AmrCore")

if (AMReX_OMP)
add_subdirectory("OpenMP/atomicAdd")
endif ()

if (AMReX_PARTICLES)
add_subdirectory("Particles/Redistribute")
endif ()
Expand Down

0 comments on commit af6e772

Please sign in to comment.