SecDec/loop/justnumerics.pl [ Perl Scripts ]
[ Top ] [ Perl Scripts ]
NAME
justnumerics.pl
USAGE
./justnumerics.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, justnumerics.pl will use the f*.f already made using subexp.pl, and follow the same route as subexp.pl from this point.
INPUTS
$paramfile (default is param.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 param.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, subexp.pl, batch, header.pm, makejob.pm launchjob.pm getinfo.pm