Custom installation path
#1
Hello.

I'm trying to install hashcat on an HPC cluster for student research. I would like to install it to a custom path in a shared drive. Users ssh into a login node and queue jobs to be run on worker nodes. Worker nodes have access to the user's home directory and a large shared partition with all the executables, libraries, and other files needed to run processes, both of which are stored in the login node's file system.

Does hashcat support custom paths for its own files and dependencies (such as the opencl runtime)? I poked around in the Makefile and saw some options for a shared install, but haven't seen any official documentation for this.

Thank you.
#2
Sure, just set the PREFIX variable to your custom path in Makefile accordingly.