Skip to content

Commit

Permalink
remove sundials mats
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikvn committed Oct 15, 2023
1 parent 8e01e7f commit 2396572
Show file tree
Hide file tree
Showing 2,510 changed files with 2 additions and 1,929,326 deletions.
24 changes: 2 additions & 22 deletions examples/batched-solver-from-files/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,13 @@ endif()
add_executable(batched-solver-from-files batched-solver-from-files.cpp)
target_link_libraries(batched-solver-from-files Ginkgo::ginkgo)

foreach(ibatch RANGE 0 1)
configure_file("data/pores_1/${ibatch}/A.mtx" "data/pores_1/${ibatch}/A.mtx" COPYONLY)
configure_file("data/pores_1/${ibatch}/b.mtx" "data/pores_1/${ibatch}/b.mtx" COPYONLY)
configure_file("data/pores_1/${ibatch}/S.mtx" "data/pores_1/${ibatch}/S.mtx" COPYONLY)
endforeach()
foreach(ibatch RANGE 0 77)
configure_file("data/dodecane_lu/${ibatch}/A.mtx" "data/dodecane_lu/${ibatch}/A.mtx" COPYONLY)
configure_file("data/dodecane_lu/${ibatch}/b.mtx" "data/dodecane_lu/${ibatch}/b.mtx" COPYONLY)
configure_file("data/dodecane_lu/${ibatch}/S.mtx" "data/dodecane_lu/${ibatch}/S.mtx" COPYONLY)
endforeach()
foreach(ibatch RANGE 0 71)
foreach(ibatch RANGE 0 5)
configure_file("data/isooctane/${ibatch}/A.mtx" "data/isooctane/${ibatch}/A.mtx" COPYONLY)
configure_file("data/isooctane/${ibatch}/b.mtx" "data/isooctane/${ibatch}/b.mtx" COPYONLY)
configure_file("data/isooctane/${ibatch}/S.mtx" "data/isooctane/${ibatch}/S.mtx" COPYONLY)
endforeach()
foreach(ibatch RANGE 0 89)
configure_file("data/gri30/${ibatch}/A.mtx" "data/gri30/${ibatch}/A.mtx" COPYONLY)
configure_file("data/gri30/${ibatch}/b.mtx" "data/gri30/${ibatch}/b.mtx" COPYONLY)
configure_file("data/gri30/${ibatch}/S.mtx" "data/gri30/${ibatch}/S.mtx" COPYONLY)
endforeach()
foreach(ibatch RANGE 0 72)
foreach(ibatch RANGE 0 3)
configure_file("data/gri12/${ibatch}/A.mtx" "data/gri12/${ibatch}/A.mtx" COPYONLY)
configure_file("data/gri12/${ibatch}/b.mtx" "data/gri12/${ibatch}/b.mtx" COPYONLY)
configure_file("data/gri12/${ibatch}/S.mtx" "data/gri12/${ibatch}/S.mtx" COPYONLY)
endforeach()
foreach(ibatch RANGE 0 66)
configure_file("data/drm19/${ibatch}/A.mtx" "data/drm19/${ibatch}/A.mtx" COPYONLY)
configure_file("data/drm19/${ibatch}/b.mtx" "data/drm19/${ibatch}/b.mtx" COPYONLY)
configure_file("data/drm19/${ibatch}/S.mtx" "data/drm19/${ibatch}/S.mtx" COPYONLY)
endforeach()
Loading

0 comments on commit 2396572

Please sign in to comment.