Cleaned up samples and removed old unused stuff. Simplified CMake files.

This commit is contained in:
jpekkila
2020-01-23 20:00:19 +02:00
parent 7215e842fc
commit fdd829b888
8 changed files with 43 additions and 502 deletions

View File

@@ -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)