Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2005 20:12:22 -0700 (PDT)
From:      Ron Chen <ron_chen_123@yahoo.com>
To:        SGE users <users@gridengine.sunsource.net>, tech-cluster@NetBSD.org
Cc:        freebsd-cluster@freebsd.org
Subject:   GridEngine 6.0 for NetBSD
Message-ID:  <20050427031222.46744.qmail@web41310.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
I checked in the code for the NetBSD port a few weeks
ago, and with a number of users reporting that SGE cvs
head (soon to be SGE 6.0 update 4) is working fine on
NetBSD, I think it is now time to tell a larger number
of people about the news.

To build SGE 6 on NetBSD, you will need Berkeley DB,
libssl, Motif, and java, *or* you can pass additional
flags to aimk to skip some of the features.

1) checkout the code from cvs.sunsource.net
(module name: gridengine)

2) goto the source directory, and then do:
 a) ./aimk -only-depend
 b) scripts/zerodepend
 c) ./aimk 

If you don't have, pass additional aimk switch:
 1) java/jni, add: -no-java -no-jni
 2) SSL headers/library, add: -no-secure
 3) Berkeley DB, add: -spool-classic
 4) Motif, add: -no-qmon

e.g. on a system with no DBD:
  a) ./aimk -spool-classic -only-depend
  b) scripts/zerodepend
  c) ./aimk -spool-classic

And likewise for other switches.

For problems encountered, please send to the SGE users
mailing list.

 -Ron

P.S. I should have sent this announcement easiler, but
I was busy this week traveling




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050427031222.46744.qmail>