SecDec/loop/perlsrc/remakebases.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

    remakebases.pl

USAGE

  is called from polenumerics.pl, subexp.pl, finishnumerics.pl or justnumerics.pl

  USED BY 
  polenumerics.pl, subexp.pl, finishnumerics.pl, justnumerics.pl

PURPOSE

  compiles libbases.a or libcuba.a in a directory where it can then be used to perform the numerical integration.
  separate directories can be needed for each pole structure, since the compilation of the executables
  may be performed on different machines for different pole structures. This is also true for different calculations
  running concurrently. When the input guarantees the program will be run fully locally, the library is made only once, and
  shared by the different pole structures.

INPUTS

  parameters parsed via ARGV:
  integpath: path where all the source files for numerical integrator can be found
  graph: name of graph
  polestruct: either the pole structure, or a flag stating that the program is running locally
  compiler: compiler to compile library with
  makefile: makefile used to compile library
    
  RESULT
  numerical integrator is compiled in a directory ready to be used for numerical integration

SEE ALSO

  polenumerics.pl, subexp.pl, finishnumerics.pl, justnumerics.pl