SecDec/general/perlsrc/polenumerics.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

    polenumerics.pl

USAGE

  is called from batch*l*h*, finishnumerics.pl

USES

  $paramfile, header.pm, getinfo.pm, dirform.pm

  USED BY 
  batch*l*h*, finishnumerics.pl

PURPOSE

  calls preparenumerics.pl with the appropriate arguements to create the intermediate
  files in all necessary subdirectories, and, depending on the value of exe, compiles
  the executables and runs/launches them

INPUTS

  $paramfile (default is param.input) read via module header
  parameters parsed via ARGV:
  polestruct: [i]l[j]h[h] - i logarithmic poles, j linear poles, h higher poles
  integpath: where to find bases or cuba directory
  compiler: Fortran compiler to use
  makefile: makefile to use to compile numerical integrator, or 'none' to indicate the program is running locally
    
  RESULT
  intermediate functions created in all appropriate subdirectories of polestruct/
  if exe>=3 *intfile*.exe s are compiled
  if exe==4 *intfile*.exe s are run/launched

SEE ALSO

  preparenumerics.pl, header.pm, batch*l*h*, getinfo.pm