[Chapel Merge] Disable cache remote for tests that check specific

Branch: refs/heads/master
Revision: d5ae1e8
Author: ronawho
Log Message:

Merge pull request #16445 from ronawho/disable-cache-opt-tests

Disable cache remote for tests that check specific optimizations

Throw --no-cache-remote for some tests that are using comm counts as a
proxy to see that other optimizations are working. i.e. tests that use
comm counts to check that things like RVF or the RAD-opt are working. In
this case we want to verify the optimizations themselves are firing and
we don’t want --cache-remote to hide comms if they aren’t.

Modified Files:
A test/multilocale/deitz/needMultiLocales/diagnostics/COMPOPTS
A test/optimizations/remoteValueForwarding/serialization/COMPOPTS
M test/library/standard/CommDiagnostics/commDiagsTable.compopts
M test/optimizations/sungeun/RADOpt/COMPOPTS

Compare: https://github.com/chapel-lang/chapel/compare/4602ec0cad85...d5ae1e83ed10