finished MPI Histogram

This commit is contained in:
Brady Bodily
2020-11-08 10:50:29 -07:00
commit ceda0146e8
266 changed files with 18963 additions and 0 deletions

6
test/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.17)
project(test)
set(CMAKE_CXX_STANDARD 11)
add_executable(test main.cpp)