SecDec/general/results.pl [ Perl Scripts ]
[ Top ] [ Perl Scripts ]
NAME
results.pl
USAGE
./results.pl or from launch or finishnumerics.pl
USES
$paramfile, header.pm, getinfo.pm, dirform.pm *x*.out in the leaf directories, USED BY launch, finishnumerics.pl
PURPOSE
collects all the completed .out files and sums them appropriately to form an order by order result for the numerical point in question. If any necessary outputs are absent results.pl flags this up
INPUTS
$paramfile (default is param.input) read via module header @results = (result error timetaken) for each *x*.out file. parameters parsed via ARGV: dores: flag to indicate whether results.pl was called from launch or not. RESULT if no results are missing: writes the results to files subdir/graph/graph_[point]epstothe*.res, and subdir/graph/graph_[point]full.res; files graph/[point]results*.log are also created for each order in epsilon, which lists all intermediate results, together with their numerical errors. when a text editor is specified in paramfile, this is used to display the results. if results are missing or incomplete, a list of these files is printed to the terminal. 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
launch, finishnumerics.pl