Sharing a GPU
You can share a GPU with other juice users by making it available in a Pool.
Sharing a GPU is only available on Juice workstations.
Linux
-
On the download screen from Accessing the application, scroll to the bottom and click the Linux tab.
-
Select a pool beside To host a remote GPU….
-
Copy the command line code below, then paste and run the code from inside the directory you extracted the file from on setup.
-
While this agent is running, GPUs on this system are available within your default pool. Visit the juice admin guides for information on advanced pooling.
Sharing With Agent Service (Runs as service)
- Install the agent service for a specific pool using:
agent service install <poolid>
- Use the following command to share your local GPU:
agent service start
- Run this command to make the service start automatically upon reboot:
agent service enable
Windows
Sharing using Agent Run (Runs from CLI)
-
Use pool list to see all pools available to you.
-
Copy the pool id from the pool you wish to share to.
-
Use the following command to start sharing your local GPU:
agent run <poolid>
Sharing using Agent Service (Runs as service)
- Install the agent service for a specific pool using:
agent service install <poolid>
- Use this command to share your local GPU into that pool:
agent service start
To stop sharing, use:
agent service stop
- Run this command to make the service start sharing the local GPU into that pool automatically upon reboot:
agent service enable
Help Improve This Page
Found a mistake? Want to contribute? Edit this page on GitHub or explore more editing options.