Fix logic of dd_print_missing_interactions exit
commitedf4449794faf5bd4820d35115aeb8e11be6be87
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 24 Nov 2015 18:55:30 +0000 (24 19:55 +0100)
committerBerk Hess <hess@kth.se>
Wed, 25 Nov 2015 09:45:44 +0000 (25 10:45 +0100)
tree9c0a095cbde637bc3f787c1e6b37f13d0d3b1112
parentde9f5bbe8c29dc4ac3d5d5f412b408e76781d25a
Fix logic of dd_print_missing_interactions exit

Old code would write a fatal error from master rank, and then exit
without coordinating with the other ranks. Instead, all ranks should
participate in the fatal error, using the existing code that takes
care of printing output only from master rank.

Change-Id: Iec91ddd09ba076cd977d2c1ef388cf99adae92f6
src/gromacs/domdec/domdec_topology.cpp