Using MPI to implement APSP. Each process control one vertice and communicate with other process.
- MPI_Graph_create
- MPI_Graph_neighbors
- MPI_Graph_neighbors_count
- MPI_Allreduce
These four above are the most important functions to implement APSP easily. Try to Google it!!