sst-core
sst-core copied to clipboard
What is the defined namespace convention in SST?
This reference shows matching the namespaces to the directory names: https://github.com/sstsimulator/sst-core/blob/9ee1db28c6c45129f685179e086739b9d3df83ea/src/sst/core/interprocess/ipctunnel.h#L29
However, this is not done in the rest of the codebase. Is there a defined convention for SST?
Currently, there are no official conventions in the coding standards for using namespaces. This will be revisited as part of our ongoing work to clean up the core API to better enable broader collaboration. There is currently no timeline for the coding standards updates.
Are you looking for a cleaner :) I'd be glad to write scripts to update both sst-core and sst-elements in parallel to make clean ups and issue PRs.