Auto Commit
This commit is contained in:
@@ -38,12 +38,6 @@ vector
|
|||||||
vector
|
vector
|
||||||
-
|
-
|
||||||
|
|
||||||
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/ReadFromFile.cpp
|
|
||||||
experimental/filesystem
|
|
||||||
-
|
|
||||||
ReadFromFile.h
|
|
||||||
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/ReadFromFile.h
|
|
||||||
|
|
||||||
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/ReadFromFile.h
|
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/ReadFromFile.h
|
||||||
City.h
|
City.h
|
||||||
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/City.h
|
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/City.h
|
||||||
@@ -73,10 +67,12 @@ ParseMatrixForMPI.h
|
|||||||
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/ParseMatrixForMPI.h
|
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/ParseMatrixForMPI.h
|
||||||
ReadFromFile.h
|
ReadFromFile.h
|
||||||
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/ReadFromFile.h
|
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/ReadFromFile.h
|
||||||
mpi.h
|
|
||||||
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/mpi.h
|
|
||||||
SerializeCities.h
|
SerializeCities.h
|
||||||
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/SerializeCities.h
|
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/SerializeCities.h
|
||||||
|
mpi.h
|
||||||
|
/Users/bradybodily/Repositories/CS5500_Parallel_Programming/HW10/mpi.h
|
||||||
|
chrono
|
||||||
|
-
|
||||||
|
|
||||||
/usr/local/Cellar/open-mpi/4.0.2/include/mpi.h
|
/usr/local/Cellar/open-mpi/4.0.2/include/mpi.h
|
||||||
stddef.h
|
stddef.h
|
||||||
|
|||||||
Binary file not shown.
BIN
HW10/cmake-build-debug/CMakeFiles/HW10.dir/main.cpp.o
Normal file
BIN
HW10/cmake-build-debug/CMakeFiles/HW10.dir/main.cpp.o
Normal file
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
empty
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
empty
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
empty
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
5
|
|
||||||
Binary file not shown.
@@ -10,7 +10,8 @@
|
|||||||
int main(int argc, char* argv[])
|
int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
int rank, size, citiesSize;
|
int rank, size, citiesSize;
|
||||||
std::chrono::time_point<std::chrono::steady_clock> start, stop;
|
auto start = std::chrono::high_resolution_clock::now();
|
||||||
|
auto stop = std::chrono::high_resolution_clock::now();
|
||||||
long double lowestCost = 0;
|
long double lowestCost = 0;
|
||||||
MPI_Init(&argc, &argv);
|
MPI_Init(&argc, &argv);
|
||||||
MPI_Comm_rank(MCW, &rank);
|
MPI_Comm_rank(MCW, &rank);
|
||||||
|
|||||||
Reference in New Issue
Block a user