Skip to content

Commit

Permalink
Merge pull request #120 from PrincetonUniversity/issue-118
Browse files Browse the repository at this point in the history
Issue 118
  • Loading branch information
Rohit-Kakodkar authored Oct 24, 2024
2 parents 834865a + 0409aef commit 710446e
Show file tree
Hide file tree
Showing 50 changed files with 16,791 additions and 23 deletions.
2 changes: 0 additions & 2 deletions include/compute/fields/simulation_field.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ int compute_nglob(const ViewType index_mapping) {
}
}

std::cout << "nglob: " << nglob << std::endl;

return nglob + 1;
}
} // namespace
Expand Down
19 changes: 19 additions & 0 deletions tests/unit-tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,24 @@ target_link_libraries(
point
)

add_executable(
policies
policies/policies.cpp
)

target_link_libraries(
policies
mesh
source_class
receiver_class
kokkos_environment
mpi_environment
yaml-cpp
Boost::filesystem
-lpthread -lm
)


# # add_executable(
# # source_location_tests
# # source/source_location_tests.cpp
Expand Down Expand Up @@ -355,6 +373,7 @@ if (NOT MPI_PARALLEL)
# # gtest_discover_tests(compute_acoustic_tests)
# gtest_discover_tests(compute_coupled_interfaces_tests)
gtest_discover_tests(compute_tests)
gtest_discover_tests(policies)
gtest_discover_tests(locate_point)
gtest_discover_tests(interpolate_function)
gtest_discover_tests(rmass_inverse_tests)
Expand Down
3 changes: 3 additions & 0 deletions tests/unit-tests/data/mesh/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.gnu
*.ps
*.vtk
Loading

0 comments on commit 710446e

Please sign in to comment.