Hi,
I’m trying to run a Patch Motion Correction but I’m facing the bellow error:
Calling CUDA init from 14468
Child process with PID 14468 terminated unexpectedly with exit code 1.
I checked the output of cryosparcm cli "get_scheduler_targets()"
and the things look like normal
[{‘cache_path’: ‘/home/impmc’, ‘cache_quota_mb’: None, ‘cache_reserve_mb’: 10000, ‘desc’: None, ‘gpus’: [{‘id’: 0, ‘mem’: 11546394624, ‘name’: ‘NVIDIA GeForce RTX 2080 Ti’}, {‘id’: 1, ‘mem’: 11546394624, ‘name’: ‘NVIDIA GeForce RTX 2080 Ti’}, {‘id’: 2, ‘mem’: 11546394624, ‘name’: ‘NVIDIA GeForce RTX 2080 Ti’}, {‘id’: 3, ‘mem’: 11543379968, ‘name’: ‘NVIDIA GeForce RTX 2080 Ti’}], ‘hostname’: ‘titane2’, ‘lane’: ‘default’, ‘monitor_port’: None, ‘name’: ‘titane2’, ‘resource_fixed’: {‘SSD’: True}, ‘resource_slots’: {‘CPU’: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], ‘GPU’: [0, 1, 2, 3], ‘RAM’: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}, ‘ssh_str’: ‘impmc@titane2’, ‘title’: ‘Worker node titane2’, ‘type’: ‘node’, ‘worker_bin_path’: ‘/home/impmc/cryosparc_worker/bin/cryosparcw’}]
However, when I look to the job.log file, I see this error:
ImportError: libcufft.so.10: cannot open shared object file: No such file or directory
Any ideas what could be the issue?
Thanks in advance,
Carlos.