Skip to content

Commit

Permalink
Merge pull request #3952 from spyridon97/delete-vtk-code
Browse files Browse the repository at this point in the history
Delete VTK code in examples
  • Loading branch information
spyridon97 committed Dec 4, 2023
2 parents 5ec9ef9 + a0361bf commit ca9c44b
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 2,031 deletions.
19 changes: 0 additions & 19 deletions examples/simulations/gray-scott-struct/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,4 @@ if(ADIOS2_HAVE_MPI)
install(DIRECTORY "catalyst" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/adios2/gray-scott-struct)

install(PROGRAMS "cleanup.sh" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/adios2/gray-scott-struct)

find_package(VTK QUIET)
if(VTK_FOUND)
add_executable(adios2_simulations_gray-scott-struct_curvature analysis/curvature.cpp)
target_link_libraries(adios2_simulations_gray-scott-struct_curvature adios2::cxx11_mpi MPI::MPI_C ${VTK_LIBRARIES})
install(TARGETS adios2_simulations_gray-scott-struct_curvature RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

add_executable(adios2_simulations_gray-scott-struct_find_blobs analysis/find_blobs.cpp)
target_link_libraries(adios2_simulations_gray-scott-struct_find_blobs adios2::cxx11_mpi MPI::MPI_C ${VTK_LIBRARIES})
install(TARGETS adios2_simulations_gray-scott-struct_find_blobs RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

add_executable(adios2_simulations_gray-scott-struct_isosurface analysis/isosurface.cpp)
target_link_libraries(adios2_simulations_gray-scott-struct_isosurface adios2::cxx11_mpi MPI::MPI_C ${VTK_LIBRARIES})
install(TARGETS adios2_simulations_gray-scott-struct_isosurface RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

# add_executable(adios2_simulations_gray-scott-struct_render_isosurface plot/render_isosurface.cpp)
# target_link_libraries(adios2_simulations_gray-scott_struct_render-isosurface adios2::cxx11_mpi MPI::MPI_C ${VTK_LIBRARIES})
# install(TARGETS adios2_simulations_gray-scott-struct_render_isosurface RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()
endif()
202 changes: 0 additions & 202 deletions examples/simulations/gray-scott-struct/analysis/curvature.cpp

This file was deleted.

0 comments on commit ca9c44b

Please sign in to comment.