SecDec/loop/perlsrc/makeredo.pm [ Perl Modules ]

[ Top ] [ Perl Modules ]

NAME

    makeredo.pm

USAGE

  is called from preparenumerics.pl via writefiles::makeredo

USES

  arguements parsed from preparenumerics.pl

  USED BY 
  preparenumerics.pl, writefiles.pm

PURPOSE

  writes a perl script *redofile.pl to resend/reexecute any integrations which haven't been completed  

INPUTS

  arguements:
  filename: name of file to be written
  jj: order of epsilon
  Nn: number of propagators
  point: name of numerical point being calculated
  graph: name of graph
  polestruct: [i]l[j]h[h] or sec*P[i]l[j]h[h], i logarithmic poles, j linear poles, h higher poles
  processlimit: number of jobs to be allowed in the queue at one time
  numvar: either the number of independent variables if IBP is used, or =$Nn as a flag to show IBP not used.
  scriptdir: directory where the necessary .pm files are to be found
  whichsystem: specifies the batch system to be used
  diry: path of the main program ....SecDec/loop
  clusterflag: 0 if run locally, 1 if batch system used to submit jobs
  
  RESULT
  *redofile.pl written in the appropriate subdirectory

SEE ALSO

  preparenumerics.pl, writefiles.pm