Cleaned up samples and removed old unused stuff. Simplified CMake files.
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
##############################################
|
||||
## CMakeLists.txt for the MPI test ##
|
||||
##############################################
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
## mpitest
|
||||
add_executable(mpitest main.cc)
|
||||
target_link_libraries(mpitest astaroth_core astaroth_utils)
|
||||
|
Reference in New Issue
Block a user