~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/libs/juti/ca.sh

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
PWD=`dirname $0`
 
4
PWD=`cd $PWD; pwd`
 
5
 
 
6
CA_ARGS="-catop $SGE_ROOT/$SGE_CELL/common/sgeCA"
 
7
CA_ARGS="$CA_ARGS -calocaltop /var/sgeCA/port$SGE_QMASTER_PORT/$SGE_CELL"
 
8
CA_ARGS="$CA_ARGS -cascript $SGE_ROOT/util/sgeCA/sge_ca"
 
9
 
 
10
JVM_ARGS=""
 
11
JVM_ARGS="$JVM_ARGS -Djava.util.logging.config.file=src/logging.properties"
 
12
 
 
13
java $JVM_ARGS -cp $PWD/../../CLASSES/juti/juti.jar com.sun.grid.ca.Main $CA_ARGS $*