rpms/gridengine/devel README, 1.2, 1.3 gridengine.spec, 1.24, 1.25 gridengine.sysconfig, 1.1, 1.2 sge_execd, 1.1, 1.2

Orion Poplawski orion at fedoraproject.org
Mon Jul 12 18:18:03 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/gridengine/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28968/devel

Modified Files:
	README gridengine.spec gridengine.sysconfig sge_execd 
Log Message:
* Mon Jul 12 2010 - Orion Poplawski <orion at cora.nwra.com> - 6.2u5-3
- Exclude ppc64 - no java 1.6.0



Index: README
===================================================================
RCS file: /cvs/pkgs/rpms/gridengine/devel/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- README	11 Nov 2008 20:29:43 -0000	1.2
+++ README	12 Jul 2010 18:18:02 -0000	1.3
@@ -8,7 +8,7 @@ on the localhost line, like the followin
 
 127.0.0.1		localhost.localdomain localhost hostname
 
-On the qmaster (and any shadow hosts) install gridengine-qmaster, then:
+- On the qmaster (and any shadow hosts) install gridengine-qmaster, then:
 
  1)
   cd /usr/share/gridengine
@@ -21,17 +21,23 @@ OR
 
    ./install_qmaster -auto my_configuration.conf
 
- 3) Make sure the files act_qmaster and bootstrap from the directory
-    /usr/share/gridengine/default/common/ are shared to all clients.  If you
-    don't run with a shadow master configuration you can simply copy these
-    files to the other machines.
+ 3) Make sure the files act_qmaster, bootstrap, and settings.*sh from the
+    directory /usr/share/gridengine/default/common/ are shared to all clients.
+    If you don't run with a shadow master configuration you can simply copy
+    these files to the other machines.
 
 If you change the default SGE_ROOT or SGE_CELL values, you will need to
 edit /etc/sysconfig/gridengine and change them there as well for the startup
 scripts to work.
 
-On execution hosts install gridengine-execd, then:
+- On execution hosts install gridengine-execd, then:
+
   cd /usr/share/gridengine
   ./install_execd
 
-On submit hosts install gridengine
+OR if you have a default install, you may be able to just do:
+
+  chkconfig sge_execd on
+  service sge_execd start
+
+- On submit hosts install gridengine


Index: gridengine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gridengine/devel/gridengine.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- gridengine.spec	16 Feb 2010 23:57:13 -0000	1.24
+++ gridengine.spec	12 Jul 2010 18:18:02 -0000	1.25
@@ -6,7 +6,7 @@
 
 Name:    gridengine
 Version: 6.2u5
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Grid Engine - Distributed Computing Management software
 
 Group:   Applications/System
@@ -70,6 +70,7 @@ Patch26: gridengine-6.2beta2-error.patch
 # Workaround for openssl-1.0 API change
 Patch27: gridengine-6.2u3-openssl.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+ExcludeArch: ppc64
 
 BuildRequires: /bin/csh, openssl-devel, db4-devel, ncurses-devel, pam-devel
 BuildRequires: libXmu-devel, libXpm-devel
@@ -550,6 +551,9 @@ fi
 
 
 %changelog
+* Mon Jul 12 2010 - Orion Poplawski <orion at cora.nwra.com> - 6.2u5-3
+- Exclude ppc64 - no java 1.6.0
+
 * Tue Feb 16 2010 - Orion Poplawski <orion at cora.nwra.com> - 6.2u5-2
 - Update ssl patch to add -lcrypt to fix FTBFS bug #565003
 


Index: gridengine.sysconfig
===================================================================
RCS file: /cvs/pkgs/rpms/gridengine/devel/gridengine.sysconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gridengine.sysconfig	8 Feb 2008 21:57:24 -0000	1.1
+++ gridengine.sysconfig	12 Jul 2010 18:18:02 -0000	1.2
@@ -1,2 +1,4 @@
 SGE_ROOT=/usr/share/gridengine
 SGE_CELL=default
+#Uncomment this if using infiniband to remove the locked memory limit
+#RTLIMIT_MEMLOCKED=unlimited


Index: sge_execd
===================================================================
RCS file: /cvs/pkgs/rpms/gridengine/devel/sge_execd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sge_execd	8 Feb 2008 21:57:24 -0000	1.1
+++ sge_execd	12 Jul 2010 18:18:02 -0000	1.2
@@ -2,7 +2,7 @@
 #
 # sge_execd Gridengine execution daemon
 #
-# chkconfig:   - 98 02
+# chkconfig:   - 99 01
 # description: The Gridexecution daemon starts and manages grid jobs
 
 ### BEGIN INIT INFO
@@ -50,6 +50,8 @@ lockfile=/var/lock/subsys/$prog
 
 start() {
     [ -x $exec ] || exit 5
+    #Set maximum locked memory, needed for infiniband support
+    [ -n "$RLIMIT_MEMLOCKED" ] && ulimit -l $RLIMIT_MEMLOCKED
     echo -n $"Starting $prog: "
     daemon --check $prog --pidfile=$pidfile $exec
     retval=$?



More information about the scm-commits mailing list