Made gromacs work again without MPI
authorBerk Hess <hess@kth.se>
Wed, 13 Oct 2021 19:43:53 +0000 (19:43 +0000)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 13 Oct 2021 19:43:53 +0000 (19:43 +0000)
commit1332229c86376a2a34ebc28a663b071bfcd5f28a
tree3e624473e694a5c9b8f5b4c728fa3e4ca70d3a0d
parent23dbb662d3f417062f097106ed31f717e260034c
Made gromacs work again without MPI

Made the communication functions in network.h that do nothing with a
single rank also work without MPI and thread-MPI. One conditional
in mdrunner() needed to be fixed.
src/gromacs/gmxlib/network.cpp
src/gromacs/gmxlib/network.h
src/gromacs/mdrun/runner.cpp