CrayLabs / SmartSim

SmartSim Infrastructure Library.
BSD 2-Clause "Simplified" License
235 stars 37 forks source link

Greater control over install process - config.json #743

Open jsta opened 1 month ago

jsta commented 1 month ago

Description

https://github.com/CrayLabs/SmartSim/blob/develop/smartsim/_core/_cli/build.py reaches out to the internet for many tasks. Some of these can be avoided with the --config-dir argument to smart build but not all.

Justification

Users on air-gapped systems

Implementation Strategy

Have build.py check the config json for the Redis, pip, etc. source.