Skip to content
Snippets Groups Projects
Commit dc8f709b authored by Podhorszki, Norbert's avatar Podhorszki, Norbert
Browse files

fix build after removing example codes

parent c4f2931d
No related branches found
No related tags found
1 merge request!343Names of engines in Open: BPFile, DataMan, HDF5, ADIOS1. Case insensi…
...@@ -7,10 +7,10 @@ if(ADIOS2_HAVE_MPI) ...@@ -7,10 +7,10 @@ if(ADIOS2_HAVE_MPI)
add_executable(heatTransfer_read_fileonly_adios2 heatRead_adios2.cpp PrintData.h) add_executable(heatTransfer_read_fileonly_adios2 heatRead_adios2.cpp PrintData.h)
target_link_libraries(heatTransfer_read_fileonly_adios2 adios2 MPI::MPI_C) target_link_libraries(heatTransfer_read_fileonly_adios2 adios2 MPI::MPI_C)
if(ADIOS2_HAVE_HDF5) # if(ADIOS2_HAVE_HDF5)
add_executable(heatTransfer_read_fileonly_a2h5 heatRead_a2h5.cpp PrintData.h) #add_executable(heatTransfer_read_fileonly_h5 heatRead_h5.cpp PrintData.h)
target_link_libraries(heatTransfer_read_fileonly_a2h5 adios2 MPI::MPI_C) #target_link_libraries(heatTransfer_read_fileonly_h5 adios2 MPI::MPI_C)
endif() # endif()
if(ADIOS2_HAVE_ADIOS1) if(ADIOS2_HAVE_ADIOS1)
add_executable(heatTransfer_read_fileonly_adios1 heatRead_adios1.cpp PrintData.h) add_executable(heatTransfer_read_fileonly_adios1 heatRead_adios1.cpp PrintData.h)
......
...@@ -63,17 +63,6 @@ if(ADIOS2_HAVE_MPI) ...@@ -63,17 +63,6 @@ if(ADIOS2_HAVE_MPI)
${HDF5_C_LIBRARIES} MPI::MPI_C ${CMAKE_THREAD_LIBS_INIT} ${HDF5_C_LIBRARIES} MPI::MPI_C ${CMAKE_THREAD_LIBS_INIT}
) )
add_executable(heatTransfer_write_a2h5
main.cpp
HeatTransfer.cpp
Settings.cpp
IO_ph5_adios2.cpp
)
target_link_libraries(heatTransfer_write_a2h5
adios2 MPI::MPI_C ${CMAKE_THREAD_LIBS_INIT}
)
if(HDF5_VERSION VERSION_LESS 1.11) if(HDF5_VERSION VERSION_LESS 1.11)
else() else()
add_executable(heatTransfer_write_h5mixer add_executable(heatTransfer_write_h5mixer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment