![]() |
Batch Schedulers on pine64 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Pine A64 Projects, Ideas and Tutorials (https://forum.pine64.org/forumdisplay.php?fid=19) +---- Forum: Cluster Computing (https://forum.pine64.org/forumdisplay.php?fid=20) +---- Thread: Batch Schedulers on pine64 (/showthread.php?tid=1840) |
Batch Schedulers on pine64 - cdslashetc - 07-24-2016 I support a Torque cluster at work and was looking to create a sandbox to test some ideas of my own. It looks like Torque on Ubuntu couldĀ be a winner, following these instructions: https://jabriffa.wordpress.com/2015/02/11/installing-torquepbs-job-scheduler-on-ubuntu-14-04-lts/ update: the head node set up procedure worked perfectly on ubuntu xenial but needed to use real IP in /etc/hosts rather than 127.0.1.1 https://jabriffa.wordpress.com/2015/03/25/adding-client-nodes-to-a-torquepbs-system-on-ubuntu-14-04-lts/ I also took a stab at Son of Grid Engine on Ubuntu and the gridengine-* packages on Debian. For Son of Grid Engine, sge-common installed, but I could only find amd64 package for the binaries. For gridengine-* on Debian, I ran into a similar problem that only armhf binaries were available, so I tried this: dpkg --add-architecture armhf but the binaries still would not install due to unresolvable dependency errors. |