Changes between Version 1 and Version 2 of MCNLO_compilation


Ignore:
Timestamp:
Feb 11, 2014, 1:04:33 PM (10 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MCNLO_compilation

    v1 v2  
    22= How to compile a SubProcess directory in aMC@NLO
    33
    4   You need to set the following flag:
     4  * You need to set the following flag:
    55    1. export madloop=True
    66    2. export fastjet_config=None # if you use fjcore otherwise put the path to fasjet-config file   
    77    3. unset  lhapdf              # if you didn't link to lhapdf otherwise the path to lhapdf-config         
    8   If it didn't work this is likely that the Source directory was not compile with the same flag.
    9   So you need to recompile it with the same flags.
     8 
     9  * If it didn't work this is likely that the Source directory was not compile with the same flag.So you need to recompile it with the same flags.
    1010
     11  * then inside your SubProcess directory you can type make; make EXEC where EXEC is the exuecutable that you want to use (various exists depending of the current mode fix-order or not, LO or NLO)