You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo systemctl daemon-reload # Reload the systemd configuration
100
-
sudo systemctl enable green-coding-client # enable on boot
101
-
sudo systemctl start green-coding-client # start service
102
-
103
-
sudo systemctl status green-coding-client # check status
104
-
```
105
-
106
-
{{% /tab %}}
107
-
{{< /tabs >}}
108
-
109
-
110
64
You should now see the client reporting it's status on the server. It is important to note that only the client ever talks to the server (polling). The server never tries to contact the client. This is to not create any interrupts while a measurement might be running.
111
65
112
66
After running a job the client program executes the `tools/cluster/cleanup.sh` script that does general house keeping on the machine. This is done in a batch fashion to not run when a benchmark is currently run.
0 commit comments