Skip to content
Snippets Groups Projects
Commit fb66e23c authored by pnorbert's avatar pnorbert Committed by GitHub
Browse files

Merge pull request #63 from pnorbert/adios1

Fix name of heatTransfer_read
parents 1286cae4 0e1f68a9
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,11 @@ if(ADIOS_USE_MPI)
find_package(ADIOS1 REQUIRED)
find_package(MPI COMPONENTS C REQUIRED)
add_executable(headTransfer_read_adios1 heatRead_adios1.cpp PrintData.cpp)
target_include_directories(headTransfer_read_adios1
add_executable(heatTransfer_read_adios1 heatRead_adios1.cpp PrintData.cpp)
target_include_directories(heatTransfer_read_adios1
PRIVATE ${MPI_C_INCLUDE_PATH}
)
target_link_libraries(headTransfer_read_adios1
target_link_libraries(heatTransfer_read_adios1
adios1::adios ${MPI_C_LIBRARIES}
)
......
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