Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
my_condor_benchmark.csh
Go to the documentation of this file.
1 #!/bin/tcsh -f
2 
3 onintr irq_ctrlc
4 
5  setenv CWB_XPARAMETERS_FILE ${CWB_UPARAMETERS_FILE}
6 
7  setenv CWB_XPPARAMETERS_FILE ${CWB_UPPARAMETERS_FILE}
8 
9 set CWB_XPARM = "setenv CWB_UPARAMETERS_FILE ${CWB_XPARAMETERS_FILE}"
10 set CWB_XPPARM = "setenv CWB_UPPARAMETERS_FILE ${CWB_XPPARAMETERS_FILE}"
11 
12 setenv CWB_MERGE_LABEL M1
13  setenv OUTPUT_DIR "$1"
14 
15  (${CWB_XPARM};${CWB_XPPARM};root -n -l ${CWB_PARMS_FILES} ${CWB_MACROS}/../postproduction/burst/my_condor_benchmark.C)
16 
17 
18 exit 0
19 irq_ctrlc:
20  ps r | grep root | awk '{print $1}' | xargs kill -9
21  exit 1
22 
int n
Definition: cwb_net.C:10
#define OUTPUT_DIR
float M1
regression r
Definition: Regression_H1.C:44
int l
Definition: cbc_plots.C:434
sm set(30, 10)
void my_condor_benchmark(int start=6)
xargs kill
exit(0)