#!/bin/sh # # CABSRV1 using files in SAM with maxopt and tarfile - must be in scratch directory runchunkanalyze -rcppkg=Athena -cabsrv1 -defname=als.p14.em1trk-prn274l1 -scratch=/rooms/flames/alstone/SCR -cabtar=athena_v010502.tar -jobs=2 -mode=TMB -maxopt -nofpe -cabmonitor # # CABSRV1 using files in SAM with maxopt # runchunkanalyze -rcppkg=Athena -cabsrv1 -defname=als.p14.em1trk-prn274l1 -scratch=/rooms/flames/alstone/SCR -jobs=2 -mode=TMB -maxopt -nofpe -cabmonitor # # CABSRV1 using files in SAM with debug # runchunkanalyze -rcppkg=Athena -cabsrv1 -defname=als.p14.em1trk-prn274l1 -scratch=/rooms/flames/alstone/SCR -jobs=2 -mode=TMB -nofpe -cabmonitor -debug # # clued0 using files in SAM in batch # runchunkanalyze -rcppkg=Athena -defname=p14.05.01_pythia_zee_m60-130 -batch -cput=15:00:00 -mode=TMB -maxopt -nofpe # runchunkanalyze -rcppkg=Athena -defname=p14.05.01_pythia_zee_m60-130 -batch -mode=TMB -maxopt -nofpe -num=100 # # clued0 interactive from filelist maxopt # runchunkanalyze -rcppkg=Athena filelist=/work/morgan-clued0/alstone/filelists/zbb_eebb-01.dat -mode=TMB -maxopt -nofpe -num=100 # # clued0 interactive from filelist debug # runchunkanalyze -rcppkg=Athena -filelist=/work/morgan-clued0/alstone/filelists/zbb_eebb-01.dat -mode=TMB -nofpe -num=100 -debug