Skip to content

Commit

Permalink
only run SENSEI test if AMReX_SENSEI
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Jul 12, 2023
1 parent d4cc6ff commit 9ed7e5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ else()
set( AMREX_TESTS_SUBDIRS AsyncOut MultiBlock Reinit Amr CLZ Parser Parser2 CTOParFor RoundoffDomain)

if (AMReX_PARTICLES)
list(APPEND AMREX_TESTS_SUBDIRS Particles)
list(APPEND AMREX_TESTS_SUBDIRS Particles)
endif ()

if (AMReX_EB)
Expand Down
4 changes: 4 additions & 0 deletions Tests/Particles/SENSEI_Insitu_SOA/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if ( NOT AMReX_SENSEI )
return ()
endif ()

foreach(D IN LISTS AMReX_SPACEDIM)
set(_sources main.cpp)
set(_input_files inputs.rt )
Expand Down

0 comments on commit 9ed7e5e

Please sign in to comment.