Changes between Version 2 and Version 3 of MCNLO_compilation
- Timestamp:
- Jul 31, 2015, 1:46:13 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MCNLO_compilation
v2 v3 1 1 2 2 = How to compile a SubProcess directory in aMC@NLO 3 3 * go to the SubProcesses/P0_XXXXXXXX directory 4 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 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) 10 9 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) 10 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.