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,24 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/main.cpp
iostream
-
omp.h
-
string
-
iomanip
-
/usr/local/include/omp.h
stdlib.h
-
stdint.h
-

View File

@@ -0,0 +1,21 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/main.cpp" "/Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug/CMakeFiles/HW3.dir/main.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "AppleClang")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"/usr/local/include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,119 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = "/Users/brady.bodily/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/202.6948.80/CLion.app/Contents/bin/cmake/mac/bin/cmake"
# The command to remove a file.
RM = "/Users/brady.bodily/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/202.6948.80/CLion.app/Contents/bin/cmake/mac/bin/cmake" -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/HW3.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/HW3.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/HW3.dir/flags.make
CMakeFiles/HW3.dir/main.cpp.o: CMakeFiles/HW3.dir/flags.make
CMakeFiles/HW3.dir/main.cpp.o: ../main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/HW3.dir/main.cpp.o"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/HW3.dir/main.cpp.o -c /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/main.cpp
CMakeFiles/HW3.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/HW3.dir/main.cpp.i"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/main.cpp > CMakeFiles/HW3.dir/main.cpp.i
CMakeFiles/HW3.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/HW3.dir/main.cpp.s"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/main.cpp -o CMakeFiles/HW3.dir/main.cpp.s
# Object files for target HW3
HW3_OBJECTS = \
"CMakeFiles/HW3.dir/main.cpp.o"
# External object files for target HW3
HW3_EXTERNAL_OBJECTS =
HW3: CMakeFiles/HW3.dir/main.cpp.o
HW3: CMakeFiles/HW3.dir/build.make
HW3: /usr/local/lib/libomp.dylib
HW3: CMakeFiles/HW3.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable HW3"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/HW3.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/HW3.dir/build: HW3
.PHONY : CMakeFiles/HW3.dir/build
CMakeFiles/HW3.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/HW3.dir/cmake_clean.cmake
.PHONY : CMakeFiles/HW3.dir/clean
CMakeFiles/HW3.dir/depend:
cd /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3 /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3 /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug /Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/cmake-build-debug/CMakeFiles/HW3.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/HW3.dir/depend

View File

@@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/HW3.dir/main.cpp.o"
"HW3"
"HW3.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/HW3.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,6 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
CMakeFiles/HW3.dir/main.cpp.o
/Users/brady.bodily/Documents/CS5890_High_Performance_Computing/HW3/main.cpp
/usr/local/include/omp.h

View File

@@ -0,0 +1,6 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
CMakeFiles/HW3.dir/main.cpp.o: ../main.cpp
CMakeFiles/HW3.dir/main.cpp.o: /usr/local/include/omp.h

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
# compile CXX with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
CXX_FLAGS = -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Xclang -fopenmp -std=gnu++14
CXX_DEFINES =
CXX_INCLUDES = -isystem /usr/local/include

View File

@@ -0,0 +1 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/HW3.dir/main.cpp.o -o HW3 /usr/local/lib/libomp.dylib

Binary file not shown.

View File

@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2