-
July 14th, 2009 02:42 PM #1
Configuring Lava After Building It from the repository
Hello All,
I wanted to try out Lava on a test system in order to get a feel for how it works, so I downloaded the source code and built it on a system running Fedora Core 9. The only thing that I needed to do in order to get things to build correctly was modify Make.def. Here is the diff for anyone who is interested:
[aha@charm lava]$ svn diff Make.def
Index: Make.def
================================================== =================
--- Make.def (revision 34)
+++ Make.def (working copy)
@@ -10,7 +10,8 @@
# Host type. The value should be short, unique, descriptive, usually uppercase
# and a valid C name (alphanumeric, starting from letter)
-HOSTTYPE = LINUX86
+#HOSTTYPE = LINUX86
+HOSTTYPE = LINUX64
RANLIB=true
TAROPTS = chf
LARGE_RLIMIT_SUPPORT=-D_FILE_OFFSET_BITS=64
@@ -19,8 +20,10 @@
BSDLIB = -lnsl
TERMCAPLIB = -lncurses
LDLLIB = -ldl
-TCL_VERSION = 8.4
-TCLLIB = -ltcl8.4
+#TCL_VERSION = 8.4
+#TCLLIB = -ltcl8.4
+TCL_VERSION = 8.5
+TCLLIB = -ltcl8.5
CC = gcc -g -O2 -Wall ${DATE}
AR = ar
Anyway, I've built Lava, I've installed, Lava, but I have one question left...How do I configure Lava?
I looked at the admin guide and it makes the assumption that you are using Platform OCS. I know at the very least I need a lsf.conf file, but I don't know how to build one from scratch. Can anyone point me in the right direction?
Aquil
-
September 4th, 2009 07:51 AM #2
Hi Aquil,
I'm just working on Lava project and made a tutorial for setting up Lava at http://www.hpccommunity.org/blogs/no...n-cluster-105/.
Wish this could help you more or less and hope it's not too late reply.
Cheers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules