Fix signal propagation (modular simulator)
commitb5d7ccdba45a8c0e81769ba10b504cc6ccf74f57
authorPascal Merz <pascal.merz@me.com>
Tue, 22 Oct 2019 17:35:51 +0000 (22 11:35 -0600)
committerPascal Merz <pascal.merz@colorado.edu>
Tue, 22 Oct 2019 21:56:41 +0000 (22 23:56 +0200)
treed3e99dbc4af5f36ee735e9acec0f29d8da39f458
parent3c242f6b0fcb71e2dfc97349cd74b5380a3398a1
Fix signal propagation (modular simulator)

In the modular simulator, signals between ranks were not reduced by
compute globals. This disabled the processing of SIGINT and might
have influenced checkpointing.

Change-Id: Idebe3c80f796c41cfdb12922c26c4920ca8d9d20
src/gromacs/modularsimulator/computeglobalselement.cpp
src/gromacs/modularsimulator/computeglobalselement.h
src/gromacs/modularsimulator/modularsimulator.cpp