ResourceMap keys

Hi!
When we update (or create or remove) a new ResourceMap key, we have to change 2 different files:

For example, the key “SmolyakExperiment-MergeRelativeEpsilon” is defined in 2 different files:

This might produce bugs, e.g. if we use different strings in the files.

Why are there duplicate key references ? Is is possible to make so that a single file manages all features?

Best regards,

Michaël

when openturns is loaded it initializes keys from ResourceMap.cxx, then reads openturns.conf that allows to override some of these keys
openturns.conf could be automatically generated from the defaults in ResourceMap.cxx,
but it has to be still possible even when cross-compiling