SecDec/general/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: "noparts" if IBP not used, maximum number of integration variables otherwise
  point: name of numerical point being calculated
  graph: name of graph
  polestruct: [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: number of independent integration variables
  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/general
  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