Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 237 B
add_executable(hello_datamanWriter helloDataManWriter.cpp)
target_link_libraries(hello_datamanWriter adios2)

add_executable(hello_datamanWriter_nompi helloDataManWriter_nompi.cpp)
target_link_libraries(hello_datamanWriter_nompi adios2)