condor_gpu_discovery is installed in the LIBEXEC directory of HTCondor, this is not usually in the path of interactive users by default. you can locate it by running condor_config_val like this
condor_config_val LIBEXEC
Trick that I use that might also work in your shell is this
> `condor_config_val LIBEXEC`/condor_gpu_discovery
-tj
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of snoopy1007@xxxxxxxxxxx <snoopy1007@xxxxxxxxxxx>
Sent: Saturday, October 23, 2021 3:11 AM To: htcondor-users@xxxxxxxxxxx <htcondor-users@xxxxxxxxxxx> Subject: [HTCondor-users] condor_gpu_discovery command not found 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/ |