This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/environment/env.go

11 lines
369 B
Go
Raw Normal View History

package environment
// Environment Variables and that are used.
// These environment variables need to be set before launching elektron.
// Password for username="rapl" on the nodes in the cluster.
var RaplPassword = "RAPL_PSSWD"
// Location of the script that sets the powercap value for a host.
var RaplThrottleScriptLocation = "RAPL_PKG_THROTTLE_SCRIPT_LOCATION"