On Thu, 1 Mar 2018 at 6:30am, Mike Serkov wrote

It's a linker error which can't find some Cuba library. You should add -lnvidia-ml parameter ( if this is the lib which missing, do it for any library you use ), to the command line ( makefile ). You may also need to add path to this lib into LD_LIBRARY_PATH .

Bah. Thanks for the extra eyes. I had "-lnvidia-ml" in the LIBS line in the Makefile, but never noticed that the parameter doesn't get used. I added it to the compile command and out popped the binary. Thanks.

--
Joshua Baker-LePain
QB3 Shared Cluster Sysadmin
UCSF
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to