...
You could request multiple GPU nodes as below (2 nodes as in the example form)
Step1:
| Step 2:
|
---|---|
Wait until the "Open JupyterLab" button is highlighted and then click it to open the JupyterLab interface.
...
Now you can see 8 workers come from 2 nodes, each node has 4 workers, each worker occupies a GPU device ( Tesla V100-SXM2-32GB).
Monitor GPU status
Dask-dashboard
You can monitor GPU status via the Dask-Dashboard after setting up the localCUDACluster or connecting to a pre-defined Dask GPU cluster in your notebook.
For example, you click "WORKER" button to view all worker activities as below
Step1:
| Step 2:
|
---|---|
For more details on Dask dashboard, please refer to here.
You can also use NVDashboard by clicking the “GPU Dashboards” menu along the left-hand side of your JupyterLab environment.
For more details on NVDashboard, please refer to here.