Remove MPI

This commit is contained in:
2020-04-21 10:57:58 +02:00
parent a92b745ac9
commit 968da04792
+1 -4
View File
@@ -1,5 +1,3 @@
find_package(MPI REQUIRED)
file(GLOB SOURCES
*.cpp)
@@ -7,10 +5,9 @@ add_executable(sf-writer sf_h5_writer.cpp)
set_target_properties(sf-writer PROPERTIES OUTPUT_NAME sf_h5_writer)
target_include_directories(sf-writer PRIVATE ${MPI_CXX_INCLUDE_PATH})
target_compile_options(sf-writer PRIVATE ${MPI_CXX_COMPILE_FLAGS})
target_link_libraries(sf-writer
${MPI_CXX_LIBRARIES} ${MPI_CXX_LINK_FLAGS}
core-writer
external
zmq