Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
<-- p { margin-bottom: 0.21cm; }h1 { margin-bottom: 0.21cm; }h1.western { font-family: "Liberation Serif",serif; }h1.cjk { font-family: "DejaVu Sans"; }h1.ctl { font-family: "DejaVu Sans"; }h2 { margin-bottom: 0.21cm; }h4 { margin-bottom: 0.21cm; }h5 { margin-bottom: 0.21cm; }h3 { margin-bottom: 0.21cm; }h3.western { font-family: "Liberation Serif",serif; }h3.cjk { font-family: "DejaVu Sans"; }h3.ctl { font-family: "DejaVu Sans"; }pre.cjk { font-family: "DejaVu Sans",monospace; }a:link { } --> Computentp, Neural Nets and MCLIMITS | ||||||||
Line: 743 to 743 | ||||||||
Debugging the code | ||||||||
Changed: | ||||||||
< < | Before trying debugging, you should set up the environment in your terminal (when running the code normally, this is done automatically by tr${run}.job) | |||||||
> > | Before trying debugging, you should set up the environment in your terminal (when running the code normally, this is done automatically by tr${run}.job). This can be done by sourcing setup.sh, which automates the following lines of code: | |||||||
# Set where your GlaNtp installation is | ||||||||
Line: 761 to 761 | ||||||||
GeneralParameter bool 1 DebugEvInfo=0 GeneralParameter int 1 ReportInterval=100 | ||||||||
Changed: | ||||||||
< < | All the debug switches can be set to one (I'm not sure of the exact effect of each individual switch) - the report interval is probably best left at 100. To restrict the events you use | |||||||
> > | All the debug switches can be set to one (I'm not sure of the exact effect of each individual switch) - the report interval can be adapted depending on how many events are present in your input files and on how large you want your log files to be. To restrict the events you use | |||||||
# # Loop Control # |