sst-core icon indicating copy to clipboard operation
sst-core copied to clipboard

What is the defined namespace convention in SST?

Open nicmcd opened this issue 3 years ago • 2 comments

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?

nicmcd avatar Apr 28 '21 17:04 nicmcd

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.

feldergast avatar Apr 28 '21 18:04 feldergast

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.

nicmcd avatar Apr 28 '21 20:04 nicmcd