Create an alpgen directory, e.g.

> mkdir alpgen

Copy to alpgen/ the ALPGEN package downloaded from the ALPGEN home page, e.g. v212.tgz, and unpack it issuing the following commnad in teh alpgen/ directory:

> tar -zxvf v212.tgz

Verify that the compiler options coded in the make procedure are consistent with the F77 or F90 compiler available on your platform. To do this, open the file alpgen/compile.mk and verify the FFF and FF90 assignements. If you need to change them, just add your preferred FFF and FF90 compile options at the end of the file

To verify that all is well, do a validation test. Issue the command:

> make validate

This will compile and link the executables for each subprocess, make a test run, and compare the outcome with the reference results provided with the package. The result of the validation test will appear in the file validation/val.summary . If all is well, it will look like:

> more validation/val.summary
For process=wqq
Diff between REF and NEW:
*****
For process=zqq
Diff between REF and NEW:
1c1
< NEWzqq_0

---
> REFzqq_0

etc.

If your run generates results different than the reference values, these will appear with lines like

3,4c3,4
< 25.0 0.285363E-01 0.152986E-01 0.111788E+01
< NEWzqq_1

---

> 19.0 0.274837E-01 0.124146E-01 0.869842E+00

Small differences are likely due to a possible compiler dependence in the rounding off. Larger differences are an indication that something may be wrong. In this case, please contact the authors.

Edit | Attach | Watch | Print version | History: r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r1 - 2007-04-20 - MichelangeloMangano
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    GeneratorServices/Alpgen All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback