This commit is contained in:
2020-04-12 18:55:29 -06:00
parent 26480bcc76
commit 4081c9783d
56 changed files with 551 additions and 835 deletions

View File

@@ -1,36 +0,0 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/main.cpp
iostream
-
mpi.h
-
stdlib.h
-
unistd.h
-
time.h
-
queue
-
/usr/local/Cellar/open-mpi/4.0.3/include/mpi.h
stddef.h
-
mpi_portable_platform.h
/usr/local/Cellar/open-mpi/4.0.3/include/mpi_portable_platform.h
openmpi/ompi/mpi/cxx/mpicxx.h
/usr/local/Cellar/open-mpi/4.0.3/include/openmpi/ompi/mpi/cxx/mpicxx.h
/usr/local/Cellar/open-mpi/4.0.3/include/mpi_portable_platform.h
omp.h
/usr/local/Cellar/open-mpi/4.0.3/include/omp.h
omp.h
/usr/local/Cellar/open-mpi/4.0.3/include/omp.h

View File

@@ -4,7 +4,7 @@ set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/main.cpp" "/Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/cmake-build-debug/CMakeFiles/main.dir/main.cpp.o"
"/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/main.cpp" "/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/cmake-build-debug/CMakeFiles/main.dir/main.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "AppleClang")
@@ -15,7 +15,7 @@ set(CMAKE_TARGET_DEFINITIONS_CXX
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"/usr/local/Cellar/open-mpi/4.0.3/include"
"/usr/local/Cellar/open-mpi/4.0.2/include"
)
# Targets to which this target links.

View File

@@ -43,10 +43,10 @@ RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7
CMAKE_SOURCE_DIR = /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/cmake-build-debug
CMAKE_BINARY_DIR = /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/cmake-build-debug
# Include any dependencies generated for this target.
include CMakeFiles/main.dir/depend.make
@@ -59,16 +59,16 @@ include CMakeFiles/main.dir/flags.make
CMakeFiles/main.dir/main.cpp.o: CMakeFiles/main.dir/flags.make
CMakeFiles/main.dir/main.cpp.o: ../main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/main.dir/main.cpp.o"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/main.dir/main.cpp.o -c /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/main.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/main.dir/main.cpp.o"
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/main.dir/main.cpp.o -c /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/main.cpp
CMakeFiles/main.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/main.dir/main.cpp.i"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/main.cpp > CMakeFiles/main.dir/main.cpp.i
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/main.cpp > CMakeFiles/main.dir/main.cpp.i
CMakeFiles/main.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/main.dir/main.cpp.s"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/main.cpp -o CMakeFiles/main.dir/main.cpp.s
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/main.cpp -o CMakeFiles/main.dir/main.cpp.s
# Object files for target main
main_OBJECTS = \
@@ -79,9 +79,9 @@ main_EXTERNAL_OBJECTS =
main: CMakeFiles/main.dir/main.cpp.o
main: CMakeFiles/main.dir/build.make
main: /usr/local/Cellar/open-mpi/4.0.3/lib/libmpi.dylib
main: /usr/local/Cellar/open-mpi/4.0.2/lib/libmpi.dylib
main: CMakeFiles/main.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable main"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable main"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/main.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
@@ -94,6 +94,6 @@ CMakeFiles/main.dir/clean:
.PHONY : CMakeFiles/main.dir/clean
CMakeFiles/main.dir/depend:
cd /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7 /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7 /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/cmake-build-debug /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/cmake-build-debug /Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/cmake-build-debug/CMakeFiles/main.dir/DependInfo.cmake --color=$(COLOR)
cd /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7 /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7 /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/cmake-build-debug /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/cmake-build-debug /Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW7/cmake-build-debug/CMakeFiles/main.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/main.dir/depend

View File

@@ -1,7 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
CMakeFiles/main.dir/main.cpp.o
/Users/bradybodily/Repositories/CS5500_Parallel_Prog/HW7/main.cpp
/usr/local/Cellar/open-mpi/4.0.3/include/mpi.h
/usr/local/Cellar/open-mpi/4.0.3/include/mpi_portable_platform.h

View File

@@ -1,7 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
CMakeFiles/main.dir/main.cpp.o: ../main.cpp
CMakeFiles/main.dir/main.cpp.o: /usr/local/Cellar/open-mpi/4.0.3/include/mpi.h
CMakeFiles/main.dir/main.cpp.o: /usr/local/Cellar/open-mpi/4.0.3/include/mpi_portable_platform.h
# Empty dependencies file for main.
# This may be replaced when dependencies are built.

View File

@@ -1,10 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
# 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 -std=gnu++11
# compile CXX with /Library/Developer/CommandLineTools/usr/bin/c++
CXX_FLAGS = -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wall -Wextra -pedantic -Wl,--stack,10000000 -O3 -std=gnu++11
CXX_DEFINES = -DOMPI_SKIP_MPICXX
CXX_INCLUDES = -isystem /usr/local/Cellar/open-mpi/4.0.3/include
CXX_INCLUDES = -isystem /usr/local/Cellar/open-mpi/4.0.2/include

View File

@@ -1 +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 -L/usr/local/Cellar/libevent/2.1.11_1/lib CMakeFiles/main.dir/main.cpp.o -o main /usr/local/Cellar/open-mpi/4.0.3/lib/libmpi.dylib
/Library/Developer/CommandLineTools/usr/bin/c++ -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/Cellar/libevent/2.1.11_1/lib CMakeFiles/main.dir/main.cpp.o -o main /usr/local/Cellar/open-mpi/4.0.2/lib/libmpi.dylib