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

View File

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