On 05-Mar-2019 10:59, INKozin wrote:
Or you can ping Dave Love who I'm sure will be happy to respond.

There is indeed a version for Centos 7 on one of his sites, but it took me a while to find it. For future reference, was able to install it with:

cd /tmp
#this download link was really slow, not sure why
wget https://copr-be.cloud.fedoraproject.org/results/loveshack/SGE/epel-7-x86_64/00756477-gridengine/gridengine-8.1.9-2.el7.x86_64.rpm wget https://copr-be.cloud.fedoraproject.org/results/loveshack/SGE/epel-7-x86_64/00756477-gridengine/gridengine-qmon-8.1.9-2.el7.x86_64.rpm wget https://copr-be.cloud.fedoraproject.org/results/loveshack/SGE/epel-7-x86_64/00756477-gridengine/gridengine-qmaster-8.1.9-2.el7.x86_64.rpm wget https://copr-be.cloud.fedoraproject.org/results/loveshack/SGE/epel-7-x86_64/00756477-gridengine/gridengine-guiinst-8.1.9-2.el7.noarch.rpm wget https://copr-be.cloud.fedoraproject.org/results/loveshack/SGE/epel-7-x86_64/00756477-gridengine/gridengine-execd-8.1.9-2.el7.x86_64.rpm wget https://copr-be.cloud.fedoraproject.org/results/loveshack/SGE/epel-7-x86_64/00756477-gridengine/gridengine-devel-8.1.9-2.el7.noarch.rpm

#install dependencies which showed up on the first install attempt
wget http://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/m/munge-libs-0.5.11-3.el7.x86_64.rpm
rpm -i munge-libs-0.5.11-3.el7.x86_64.rpm
yum install cpan
yum install perl-Env
yum install perl-XML-Simple
yum install xorg-x11-fonts-ISO8859-1-100dpi

rpm -i gridengine*rpm




On Tue, 5 Mar 2019, 18:43 Alex Chekholko via Beowulf, <beowulf@beowulf.org>
wrote:

Hi David,

What is your goal?

Anecdotally, every cluster I know has switched from SGE to SLURM. SchedMD
has an active user list and bug tracker.

If you are willing to spend money; I hear Univa support is excellent.

Regards,
Alex


On Tue, Mar 5, 2019 at 10:39 AM David Mathog <mat...@caltech.edu> wrote:

Are any of the free SGE derived projects still alive? If so, buildable
on Centos 7?

Son of grid engine, for instance, has not had a release since 2016

    https://arc.liv.ac.uk/downloads/SGE/releases/8.1.9/

and there isn't one for Centos 7. The last rocks release still has an
SGE
option, and that is based on Centos 7, so some version can be built on
that platform.  Anybody know off hand which one they used?

The Univa version still seems to be kicking, but that is commercial.

I have an old version running on one Centos 7 machine, but it was not
built there. It is a 32 binary made long ago (Mandriva 2010 or Mageia
3?)  and still uses

    /etc/rc.d/init.d/sgemaster

to start/stop rather than a systemd method.

Thanks,

David Mathog
mat...@caltech.edu
Manager, Sequence Analysis Facility, Biology Division, Caltech
_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf

_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf


--
David Mathog
mat...@caltech.edu
Manager, Sequence Analysis Facility, Biology Division, Caltech
_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to