Skip to content

Commit

Permalink
Delete experimental examples
Browse files Browse the repository at this point in the history
They are no longer compiling, and nobody has ever used them over the past 5 years.
  • Loading branch information
spyridon97 committed Sep 12, 2023
1 parent 2322908 commit a8b69d8
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 451 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ add_subdirectory(plugins)
# Examples
#------------------------------------------------------------------------------#
option(ADIOS2_BUILD_EXAMPLES "Build examples" ON)
option(ADIOS2_BUILD_EXAMPLES_EXPERIMENTAL "Build experimental examples" OFF)
if(ADIOS2_BUILD_EXAMPLES)
add_subdirectory(examples)
endif()
Expand Down
2 changes: 1 addition & 1 deletion bindings/Matlab/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ $ cd <your adios source>
$ git pull
$ mkdir build.lean
$ cd build.lean
$ cmake -DCMAKE_INSTALL_PREFIX=/opt/adios/lean -DADIOS2_USE_MPI=OFF -DADIOS2_USE_Fortran=OFF -DADIOS2_USE_Python=OFF -DADIOS2_BUILD_EXAMPLES_EXPERIMENTAL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DADIOS2_ENABLE_PIC=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBUILD_TESTING=OFF -DADIOS2_USE_SST=OFF -DADIOS2_USE_BZip2=OFF -DADIOS2_USE_DataMan=OFF ..
$ cmake -DCMAKE_INSTALL_PREFIX=/opt/adios/lean -DADIOS2_USE_MPI=OFF -DADIOS2_USE_Fortran=OFF -DADIOS2_USE_Python=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DADIOS2_ENABLE_PIC=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBUILD_TESTING=OFF -DADIOS2_USE_SST=OFF -DADIOS2_USE_BZip2=OFF -DADIOS2_USE_DataMan=OFF ..

3 changes: 0 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ if(ADIOS2_HAVE_MPI)
add_subdirectory(heatTransfer)
endif()

if(ADIOS2_BUILD_EXAMPLES_EXPERIMENTAL)
add_subdirectory(experimental)
endif()

if(ADIOS2_HAVE_CUDA OR ADIOS2_HAVE_Kokkos_CUDA)
add_subdirectory(cuda)
Expand Down
6 changes: 0 additions & 6 deletions examples/experimental/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion examples/experimental/runtimeconfig/CMakeLists.txt

This file was deleted.

76 changes: 0 additions & 76 deletions examples/experimental/runtimeconfig/configs/grandSchema.xml

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions examples/experimental/runtimeconfig/hello/CMakeLists.txt

This file was deleted.

26 changes: 0 additions & 26 deletions examples/experimental/runtimeconfig/hello/helloBPWriter.xml

This file was deleted.

112 changes: 0 additions & 112 deletions examples/experimental/runtimeconfig/hello/helloBPWriterXML.cpp

This file was deleted.

36 changes: 0 additions & 36 deletions examples/experimental/runtimeconfig/hello/helloBPWriterXML.py

This file was deleted.

Loading

0 comments on commit a8b69d8

Please sign in to comment.