User Tools

Site Tools


computing:batch:jobscriptexample

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:batch:jobscriptexample [2016/08/08 19:25] iwncomputing:batch:jobscriptexample [2017/05/03 17:56] iwn
Line 222: Line 222:
 # run with qsub -q all.q submitAnalysis.sh # run with qsub -q all.q submitAnalysis.sh
  
-printf "######################################################\n" +printf "###################################################\n" 
-printf "##   Run Analysis with input %.20s   ##\n" $1 +printf "##   Run Analysis with input %-20s##\n" $1 
-printf "######################################################\n"+printf "###################################################\n"
  
 DBG=2 # debugging level DBG=2 # debugging level
Line 242: Line 242:
 SEUSERSUBDIR="analysis/$1" SEUSERSUBDIR="analysis/$1"
 SEOUTFILES="*.root" SEOUTFILES="*.root"
-HN_NAME=`whoami` +USER_SE_HOME="root://t3dcachedb.psi.ch:1094/pnfs/psi.ch/cms/trivcat/store/user/$USER
-USER_SRM_HOME="root://t3dcachedb.psi.ch:1094/pnfs/psi.ch/cms/trivcat/store/user" +SERESULTDIR=$USER_SE_HOME/$SEUSERSUBDIR
-SERESULTDIR=$USER_SRM_HOME/$HN_NAME/$SEUSERSUBDIR+
  
  
computing/batch/jobscriptexample.txt · Last modified: 2017/06/07 20:59 by iwn