Interactive comment on “A new distributed algorithm for routing network generation in model coupling and its evaluation based on C-Coupler2” by Hao Yu et al

Li Liu
2020-01-01
Abstract:1. Line 167-168: “it only utilizes point-to-point communications and does not rely on any collective communication”. The parallel sorting algorithm has a complexity of O(log(n)) and a similar communication pattern as the MPI implementations of various collective communication operations[5]. Therefore, you could argue that you actually did use collective communication, which you implemented using point-to-point communication.
What problem does this paper attempt to address?