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
Histogram/CMakeLists.txt Normal file
View File

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