Rohit Zambre

Results 4 issues of Rohit Zambre

https://github.com/tensorflow/networking/blob/master/tensorflow_networking/mpi/mpi_utils.cc#L56 I see the use of `MPI_THREAD_MULTIPLE` has been commented out. From my understanding of the current design of exchanging data with MPI, we do not require `MPI_THREAD_MULTIPLE` since a...

Just noticed while reading the code that the scope of `comm` in broadcast is limited to the special path branch.

OS: OS X 10.11 & Ubuntu 14.04 Command: > sudo ./replay.py --record ~/archive.wpr Whenever I try to open a web page, I see the "404 not found" page on the...

From the commit history, I can tell that one major difference between the `openmp-opt` and `openmp` versions is the use of `MPI_THREAD_MULTIPLE` in `openmp-opt`. Are there any other differences between...