Make CGLO_CHECK_NUMBER_OF_BONDED_INTERACTIONS require global communication
Currently, giving the CGLO_CHECK_NUMBER_OF_BONDED_INTERACTIONS flag, but
none of CGLO_TEMPERATURE, CGLO_STOPCM, CGLO_PRESSURE, CGLO_CONSTRAINT, or
CGLO_ENERGY does not prompt global_stat() in compute_globals(). This has
currently no implications because this specific flag is never set without
at least one of the others, but it is not intuitive and becomes a problem
when setting up a rerun without temperature calculation. This change fixes
this.
Refs #1868, #2647
Change-Id: I53b4dd9a1b7b273f1ce99e8e8c78bf386a693842