its working

This commit is contained in:
2020-04-12 21:35:38 -06:00
parent 4081c9783d
commit a713bf2c43
7 changed files with 97 additions and 55 deletions

View File

@@ -0,0 +1,36 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/FinalProject/main.cpp
fstream
-
iostream
-
mpi.h
-
stdlib.h
-
time.h
-
vector
-
/usr/local/Cellar/open-mpi/4.0.2/include/mpi.h
stddef.h
-
mpi_portable_platform.h
/usr/local/Cellar/open-mpi/4.0.2/include/mpi_portable_platform.h
openmpi/ompi/mpi/cxx/mpicxx.h
/usr/local/Cellar/open-mpi/4.0.2/include/openmpi/ompi/mpi/cxx/mpicxx.h
/usr/local/Cellar/open-mpi/4.0.2/include/mpi_portable_platform.h
omp.h
/usr/local/Cellar/open-mpi/4.0.2/include/omp.h
omp.h
/usr/local/Cellar/open-mpi/4.0.2/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/HW10.dir/main.cpp.o
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/FinalProject/main.cpp
/usr/local/Cellar/open-mpi/4.0.2/include/mpi.h
/usr/local/Cellar/open-mpi/4.0.2/include/mpi_portable_platform.h

Binary file not shown.