SecDec/general/createdummyfortran.pl [ Perl Scripts ]

[ Top ] [ Perl Scripts ]

NAME

  createdummyfortran.pl

USAGE

  ./createdummyfortran.pl

USES

  $paramfile, header.pm, mathlaunch.pl, getinfo.pm, dirform.pm,
  dummytofortran.m

PURPOSE

  To create optimized fortran code for any functions left implicit
   at the algebraic level, to be used during the numerical integration

INPUTS

  $paramfile (default is param.input), read via module header
    
  RESULT    
  -copies the file 'dummytofortran.m', and edits it to read the
   files for functions specified in the parameter file 
  -launches dummytofortran.m, which creates optimized fortran code
   for these functions and puts them in the desired directory.
  
  OPTIONS
  to use a param.input file with a different name
  use option "-p paramfile" 
  to use a template file with the a different name
  use option "-t templatefile"
  to specify a different directory to work in
  use option "-d workingdirectory"