📄️ sst-config
sst-config is a command line utility that queries SST's configuration to retrieve information about how SST was compiled and libraries that have been registered with it. A common use of this command is to pull compiler flags for element library compilation. Passing the --help flag to sst-config will print a brief usage description.
📄️ sst-info
The command line utility, sst-info, leverages the Element Library Information (ELI) macros embedded in SST objects to return a list of elements (e.g., Components, SubComponents, Modules, Partitioners, etc.) provided by each element library registered with the SST-Core, as well as those provided by the Core itself.
📄️ sst-register
Use the sst-register utility to register element libraries, source code directories, and test directories with SST-Core. These are used by SST to locate libraries and tests.