src/utils/qa/weeklybld/buildUtils.csh 1.19

1.19 2010/05/28 23:20:25 galt
override new default SCRIPTS location
Index: src/utils/qa/weeklybld/buildUtils.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/buildUtils.csh,v
retrieving revision 1.18
retrieving revision 1.19
diff -b -B -U 4 -r1.18 -r1.19
--- src/utils/qa/weeklybld/buildUtils.csh	25 May 2010 06:42:17 -0000	1.18
+++ src/utils/qa/weeklybld/buildUtils.csh	28 May 2010 23:20:25 -0000	1.19
@@ -42,8 +42,15 @@
  echo "something messed up in symlink on $HOST [${0}: `date`]"
  exit 1
 endif
 
+# Hiram changed default script location
+# which we must now over-ride.
+# wonder if we should put this into 
+# the sandbox config thing like we do for
+# the SSH and BAM configs
+setenv SCRIPTS /cluster/bin/scripts
+
 # Symlink Trick safe now
 echo "Symlink Trick. on $HOST [${0}: `date`]"
 ./symtrick.csh
 
@@ -54,9 +61,9 @@
 if ( "$HOST" != "$BOX32" ) then
     # -j is having a side-effect?
     make $MAKEPARAMS utils >& make.utils.log
 else
-    make -j 8 $MAKEPARAMS utils >& make.utils.log
+    make -j 16 $MAKEPARAMS utils >& make.utils.log
 endif
 echo "After make utils on $HOST [${0}: `date`]"
 make $MAKEPARAMS blatSuite >>& make.utils.log
 echo "After make blatSuite on $HOST [${0}: `date`]"