Closed AquifersBSIM closed 2 months ago
Given that this is related to LocalCUDACluster
I would recommend opening this issue on https://github.com/rapidsai/dask-cuda instead. Unfortunately GitHub doesn't allow me to transfer this between orgs.
Thank you so much @jacobtomlinson for pointing me.
Thanks @AquifersBSIM @jacobtomlinson. Closing this in favor of https://github.com/rapidsai/dask-cuda/issues/1381
Describe the issue: I am running into an issue with deploying dask using LocalCUDACluster() on an HPC. I am trying to do RandomForest, and the amount of data I am inputting exits the limit of a single GPU. Hence, I am trying to utilize several GPUs to split the datasets. To start with I did, the following is just an example script (from DASK GitHub front page) which is shown in the code:
Minimal Complete Verifiable Example:
In addition to that, I have this submission script
Error Message
Anything else we need to know?: The traceback was pretty long, I gave only a snippet of it
Environment: