[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] condor_gpu_discovery command not found



Hi,
most probably that executable is not in the bash search path. A quick way to find it is:

root@sdpY740:~# dpkg -l | grep condor
ii  htcondor 9.2.0-1.1                                   amd64        distributed workload management system ii  minihtcondor 9.2.0-1.1                                   all          distributed workload management system - single node configuration

root@sdpY740:~# dpkg -L htcondor | grep gpu
/usr/lib/condor/libexec/condor_gpu_discovery
/usr/lib/condor/libexec/condor_gpu_utilization
/usr/share/man/man1/condor_gpu_discovery.1.gz

root@sdpY740:~# /usr/lib/condor/libexec/condor_gpu_discovery
DetectedGPUs="GPU-57ebea3e"

Stefano

Il 23/10/21 10:11, snoopy1007@xxxxxxxxxxx ha scritto:
Hi there,

I have installed the latest htcondor (9.2) on my ubuntu 20.04 computers, everything works great except that when I tried to run condor_gpu_discovery on the command line, it shows:

condor_gpu_discovery: command not found

I have tried to find answers online, but no luck.

Could you please help me out?

Many thanks!

Best,

Max

_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/