# File to configure a Simple Job Manager # # define the name of the SJM Project SJMName = SJMPentaquarkRun1 # name of the input dataset DatasetName = users-phnic-TwoPhotonPentaquarkSkim-BlackDiamond-Run1 # max. number of events per tcl file (as used by the --tcl option in # BbkDatasetTcl) MaxEvents = 250000 # raw command options to be passed to BbkDatasetTcl # WARNING: SJM adds the --tcl --basename and --splitruns options. Make sure # that adding options does not interfere with these defaults BbkDatasetTclRaw = # Template file for the creation of the Tcl Snippet files used # for job configuratin TclSnippet = SJMTestSnippet.tcl # Define the run directory - this is the directory where the logfile # and jobreport file will be written. The tag will be replaced by the # job specific job id. Please make sure that the run directory does not # overwrite already existing data. RunDirectory = /afs/slac.stanford.edu/g/babar/work/r/roethel/GamGam/Pentaquark-Run1/ # The name of the executable that should be run Executable = BetaMiniApp # This is the batch command that will be used to submit jobs to the # batch queue. The tags and will be replaced with the job # specific logfile name and tcl snippet name BatchCommand = bsub -q kanga -C 0 -o # some optional commands - useful for running on other sites but slac # The following string at the end of the log file signals that the job # has completed in the batch queue # JobFinishedString = Resource usage summary # This string indicates that the job was executed successfull, i.e. exited # with an exit code 0 # JobSuccessfulString = Successfully completed