Changes between Version 2 and Version 3 of MCNLO_compilation


Ignore:
Timestamp:
Jul 31, 2015, 1:46:13 PM (9 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MCNLO_compilation

    v2 v3  
    11
    22= How to compile a SubProcess directory in aMC@NLO
    3 
     3  * go to the SubProcesses/P0_XXXXXXXX directory
    44  * 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  
    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.
     8  * then 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)
    109
    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)
     10If 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.