Print

Print


Commit in hps-java/scripts on MAIN
et_monitoring_app.sh+2-51.1 -> 1.2
et_evio_file_producer_test.sh+3-11.5 -> 1.6
+5-6
2 modified files
current working versions of scripts

hps-java/scripts
et_monitoring_app.sh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- et_monitoring_app.sh	22 Mar 2012 22:03:35 -0000	1.1
+++ et_monitoring_app.sh	25 Mar 2012 07:28:50 -0000	1.2
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# This stuff only works on Linux due to dependency on a system-dependent JNI lib which doesn't seem to compile on OSX.
+# Only Linux for now.
 if [ $(uname) == "Linux" ]
 then
     echo "Running on a Linux system.  OK."
@@ -15,13 +15,10 @@
     exit 1
 fi
 
-# Single argument is name of EVIO file.
-eviofile=$1
-
 # Classpath pointing to the hps-java jar.
 classpath=`pwd`/target/hps-java-1.1-SNAPSHOT-bin.jar
 
 # Run it.
-prod="java -classpath $classpath org.lcsim.hps.monitoring.MonitoringConsumer -f ETBuffer -host $(hostname) -s MY_STATION"
+prod="java -classpath $classpath org.lcsim.hps.monitoring.MonitoringConsumer -c 100"
 echo $prod
 exec $prod

hps-java/scripts
et_evio_file_producer_test.sh 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- et_evio_file_producer_test.sh	20 Mar 2012 01:07:48 -0000	1.5
+++ et_evio_file_producer_test.sh	25 Mar 2012 07:28:50 -0000	1.6
@@ -22,6 +22,8 @@
 classpath=`pwd`/target/hps-java-1.1-SNAPSHOT-bin.jar
 
 # Run it.
-prod="java -classpath $classpath org.lcsim.hps.evio.EvioFileProducer -e ${eviofile} -f ETBuffer -host $(hostname) -s 5000"
+prod="java -classpath $classpath org.lcsim.hps.evio.EvioFileProducer -e ${eviofile} -f ETBuffer -host $(hostname) -s 2500 -d 1"
+#-s 5000"
+# -d 10"
 echo $prod
 exec $prod
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1