|
- Timestamp:
-
Feb 1, 2019, 6:17:48 PM (6 years ago)
- Author:
-
gallmei
- Comment:
-
withROOT option commented
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v16
|
v17
|
|
101 | 101 | This sets the level for floating point exceptions, which can be 0-3, where FPE=3 means none and FPE=0 means all. FPE=3 is the default. This flag is only supported with ifort and gfortran. Note: We recommend not to use FPE, unless you feel really adventurous. The resulting executable is likely to crash (in particular, PYTHIA has trouble with FPE). |
102 | 102 | |
| 103 | == Compiling against a ROOT installation == |
| 104 | |
| 105 | If you want to use the option of having event output in ROOT format (and have followed our instructions according the prerequisites ROOT and libRootTuple), you have to compile the code with the additional option |
| 106 | {{{ |
| 107 | make withROOT=1 |
| 108 | }}} |
| 109 | This allows, that you may choose ROOT output in your jobcard. It does not automatically sets this as the default output! |
103 | 110 | |
104 | 111 | == Parallel Make == |
|