Hi.
We have 4 PCs.
Master: 163.212.164.235
Workers: 163.212.164.235, 163.212.164.234 (and two others)
163.212.164.234 has 2 GTX 1080Tis, and I am having trouble getting it to work after upgrading to CS v4.4.1. (The other three workers are fine).
When I tried to connect it to the master, I got the following error.
cryosparcw connect --worker 163.212.164.234 --master 163.212.164.235 --port 39000 --gpus 0,1 --update
---------------------------------------------------------------
CRYOSPARC CONNECT --------------------------------------------
---------------------------------------------------------------
Attempting to register worker 163.212.164.234 to command 163.212.164.235:39002
Connecting as unix user cryo2
Will register using ssh string: cryo2@163.212.164.234
If this is incorrect, you should re-run this command with the flag --sshstr <ssh string>
---------------------------------------------------------------
Connected to master.
---------------------------------------------------------------
Current connected workers:
163.212.164.235
163.212.164.244
163.212.164.234
163.212.164.230
---------------------------------------------------------------
Worker will be registered with 64 CPUs.
---------------------------------------------------------------
Updating target 163.212.164.234
Current configuration:
cache_path : /ssd
cache_quota_mb : None
cache_reserve_mb : 10000
desc : None
gpus : [{'id': 0, 'mem': 25428623360, 'name': 'NVIDIA GeForce RTX 3090'}]
hostname : 163.212.164.234
lane : default
monitor_port : None
name : 163.212.164.234
resource_fixed : {'SSD': True}
resource_slots : {'CPU': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56 , 57, 58, 59, 60, 61, 62, 63], 'GPU': [0, 1], 'RAM': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}
ssh_str : cryo2@163.212.164.234
title : Worker node 163.212.164.234
type : node
worker_bin_path : /home/users/cryo2/cryosparc2/cryosparc_worker/bin/cryosparcw
---------------------------------------------------------------
Autodetecting available GPUs...
Traceback (most recent call last):
File "bin/connect.py", line 165, in <module>
gpu_devidxs = check_gpus()
File "bin/connect.py", line 101, in check_gpus
num_devs = print_gpu_list()
File "bin/connect.py", line 28, in print_gpu_list
num_devs = len(cuda.gpus)
File "/home/users/cryo2/cryosparc2/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/numba /cuda/cudadrv/devices.py", line 49, in __len__
return len(self.lst)
File "/home/users/cryo2/cryosparc2/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/numba /cuda/cudadrv/devices.py", line 26, in __getattr__
numdev = driver.get_device_count()
File "/home/users/cryo2/cryosparc2/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/numba /cuda/cudadrv/driver.py", line 425, in get_device_count
return self.cuDeviceGetCount()
File "/home/users/cryo2/cryosparc2/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/numba /cuda/cudadrv/driver.py", line 296, in __getattr__
self.ensure_initialized()
File "/home/users/cryo2/cryosparc2/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/numba /cuda/cudadrv/driver.py", line 258, in ensure_initialized
self.cuInit(0)
File "/home/users/cryo2/cryosparc2/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/numba /cuda/cudadrv/driver.py", line 352, in safe_cuda_api_call
return self._check_cuda_python_error(fname, libfn(*args))
File "cuda/cuda.pyx", line 11326, in cuda.cuda.cuInit
File "/home/users/cryo2/cryosparc2/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/enum.py", line 339, in __call__
return cls.__new__(cls, value)
File "/home/users/cryo2/cryosparc2/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/enum.py", line 663, in __new__
raise ve_exc
ValueError: 4294967295 is not a valid CUresult
How can I fix this error?
Thanks,
Toru