Skip to content

Commit

Permalink
Cleaned up Jacobi example
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock committed Oct 12, 2023
1 parent 56589f7 commit 44645a0
Show file tree
Hide file tree
Showing 12 changed files with 721 additions and 736 deletions.
4 changes: 2 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ if (KR_ENABLE_STDFILE)
endif()

if(KR_ENABLE_VT)
add_example(jacobi_checkpoint SOURCES jacobi.cpp
RESOURCES config_jacobi.json config_jacobi_async.json config_jacobi_1.json config_jacobi_more_async.json)
add_example(jacobi_checkpoint SOURCES jacobi/main.cpp jacobi/solver.cpp jacobi/config.cpp
RESOURCES jacobi/config_jacobi.json jacobi/config_jacobi_async.json jacobi/config_jacobi_1.json jacobi/config_jacobi_more_async.json)
endif()
287 changes: 0 additions & 287 deletions examples/jacobi.cpp

This file was deleted.

Loading

0 comments on commit 44645a0

Please sign in to comment.