This file is /cdf/www/internal/upgrades/computing/operations/offline_shifts/offline_shifts.html.
It can be modified from the cdfopr account on cdfsga. Use ssh -l cdfopr cdfsga after getting a kerberos ticket as yourself on a fnal.gov machine. Also remember to do setup emacs

You can use Netscape Messenger to send and receive email (two separate passwords are required to send). This is useful for reporting problems - see the rest of the instructions.

Summary


More Documentation on the Production Farm

Miscellaneous (but important) instructions
  • instructions on running valgrind on ProductionExe: - use version 1.9.6
    setenv PRODUCTS /cdf/home/cdfopr/upsdb:$PRODUCTS
    setup valgrind v1_9_6
    valgrind --leak-check=yes --num-callers=18 --error-limit=no --show-reachable=yes \
    bin/Linux2-KCC_4_0/ProductionExe Production/ProductionExe.tcl \
    -i 165873.3080450.crashed.er0287f1.0200phys.10922.9 -o junk >& a.log &

  • running evd on a single event (need to use release >= 5.1.0pre7):
    cdfopr/scripts/run_evd -i ../5.1.0pre6/pass2/ar0261c3.0001phys/ar0261c3.0001phys.out -r 156099:5465
    where -r defines "run_number:event_number"

  • to run stnmaker analysis job interactively:
    .L val_trk.C
    val_trk("results/ar0261d4.0503phys.5.1.0pre6.pass3.stn.s01",1) ;
    x->ProcessEvent(156116,5326486)
    m_trk->GetTrackBlock()->Print()

  • setting up optimized environment:
    setup cdfsoft2 5.1.0pre6
    srt_setup -a SRT_QUAL=maxopt

    back to offline operations page