-
Notifications
You must be signed in to change notification settings - Fork 80
Description
When I run the command line in v7 I receive the following error:
Traceback (most recent call last):
File "/home/dojo/Desktop/bsgs-main/v7_gpu_trial/bsgs_GPU.py", line 123, in
bsgsgpu = ctypes.CDLL(pathdll)
File "/usr/lib/python3.10/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: libcudart.so.11.0: cannot open shared object file: No such file or directory
Could not resolve this error so switched to v6, then received the following error:
Traceback (most recent call last):
File "/media/dojo/SATASSD/bsgs-main/v6_dll_bsgs/bsgs_create_bpfile_bloomfile.py", line 98, in
bloom_filter = bytes(b'\x00') * (bloom_bits//8)
MemoryError
I have plenty of memory to create the file (256 GB) using 6 cores. Please assist in resolving this. I am running Linux Ubuntu latest version, 16 GB of RAM, two 1 TB SSDs, and AMD Ryzen CPU with AMD video card. If specific specs are needed, let me know.
Thank you.