8 lines
262 B
Go
8 lines
262 B
Go
|
package environment
|
||
|
|
||
|
// Environment Variables that are used.
|
||
|
// These environment variables need to be set before launching elektron.
|
||
|
|
||
|
// Environment Variable to store the password for username="rapl" on the nodes in the cluster.
|
||
|
var RaplPassword = "RAPL_PSSWD"
|