Changes between Version 1 and Version 2 of MCNLO_compilation
- Timestamp:
- Feb 11, 2014, 1:04:33 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MCNLO_compilation
v1 v2 2 2 = How to compile a SubProcess directory in aMC@NLO 3 3 4 You need to set the following flag:4 * You need to set the following flag: 5 5 1. export madloop=True 6 6 2. export fastjet_config=None # if you use fjcore otherwise put the path to fasjet-config file 7 7 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. 10 10 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)