SecDec/loop/justnumericsgeneral.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

    justnumericsgeneral.pl

USAGE

  ./justnumericsgeneral.pl 

USES

  $paramfile, header.pm, makejob.pm, launchjob.pm, getinfo.pm dirform.pm
  as a template - batch

  USED BY 

PURPOSE

  if different phase space points are required for the same graph, justnumericsgeneral.pl
  will use the f*.f or f*.cc already made using subexpgeneral.pl, and follow the same 
  route as subexpgeneral.pl from this point.

INPUTS

  $paramfile (default is paramgeneral.input) read via module header
    
  RESULT
  if $exe>=0, batch*l*h* and where applicable job*l*h* are created.
  if $exe==1, this is not applicable, so $exe is taken to be 4
  if $exe>=2, intermediate files are created by polenumerics.pl (from batch*l*h*)
  if $exe>=3, .exes are made for the numerical integrations
  if $exe==4, .exes are run/submitted

  OPTIONS
  to use a paramgeneral.input file with a different name
  use option "-p paramfile" 
  to specify a different directory to work in
  use option "-d workingdirectory" 

SEE ALSO

  polenumerics.pl, subexpgeneral.pl, batch, header.pm, makejob.pm launchjob.pm getinfo.pm