Branch: refs/heads/master
Revision: 013349b
Author: ronawho
Log Message:
Merge pull request #16998 from ronawho/fix-CHPL_CACHE_REMOTE
Improve how CHPL_CACHE_REMOTE is set
[reviewed by @mppf]
This is a module param that’s set by the compiler. Change it to be more
like other compiler set params such as boundsChecking. Previously the
value was only changed when --[no-]cache-remote was thrown on the
command line, but as we look enable the cache by default we want to
always set the value.
See https://github.com/Cray/chapel-private/issues/1602 for context
Modified Files:
M compiler/AST/symbol.cpp
M compiler/AST/type.cpp
M compiler/include/symbol.h
M compiler/main/driver.cpp
M compiler/passes/ResolveScope.cpp
M modules/internal/Atomics.chpl
M modules/internal/ChapelBase.chpl
Compare: Comparing 1b214525df8e...013349be7e5b · chapel-lang/chapel · GitHub