This commit is contained in:
Brady
2020-03-16 22:17:46 -06:00
parent 4141bf4195
commit 881a016341
8 changed files with 148 additions and 46 deletions

View File

@@ -0,0 +1,36 @@
#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

@@ -0,0 +1,7 @@
# 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,2 +1,7 @@
# Empty dependencies file for main.
# This may be replaced when dependencies are built.
# 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

Binary file not shown.