Skip to content

Commit

Permalink
WIP Add particle-grid periodic migrate and gather
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Jul 7, 2020
1 parent fcd9b51 commit 64db1ca
Show file tree
Hide file tree
Showing 5 changed files with 703 additions and 28 deletions.
2 changes: 1 addition & 1 deletion cajita/unit_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ macro(Cajita_add_tests)
list(APPEND CAJITA_UNIT_TEST_NUMTHREADS ${_nt})
endif()
endforeach()
set(CAJITA_UNIT_TEST_MAIN unit_test_main.cpp)
set(CAJITA_UNIT_TEST_MAIN ../../core/unit_test/mpi_unit_test_main.cpp)
foreach(_device ${CAJITA_TEST_DEVICES})
set(_dir ${CMAKE_CURRENT_BINARY_DIR}/${_device})
file(MAKE_DIRECTORY ${_dir})
Expand Down
27 changes: 0 additions & 27 deletions cajita/unit_test/unit_test_main.cpp

This file was deleted.

Loading

0 comments on commit 64db1ca

Please sign in to comment.