Slurm Source Code Install | Cluster Deployment - Day2 slurm's dependcies & proxy
- dependencies and proxy installation
At first my bare metal is in my lab' inner network. I cannot let them connect to the www. Therefore I install a ubuntu 18.04 desktop in my computer and use apt to download deb and move deb packages to the bare metal and intall them. (my computer is windows therefore I use apache as proxy)
But I find it's really hard to find all dependcies for a packages. I write a bash for this problem.
1 | sudo apt-get download `apt-cache depends gcc-5 | grep depends | cut -d: f2 |tr -d "<>"` |
Even I run a bash for all dependecies but I still cannot install gcc. Therefore I give up. I choose to use my computer as a proxy server for all inner-server. After that, my server access Internet. Then I install gcc successfully. Also I install munge for slurm.