gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 16 and Version 17 of compiling


Ignore:
Timestamp:
Feb 1, 2019, 6:17:48 PM (5 years ago)
Author:
gallmei
Comment:

withROOT option commented

Legend:

Unmodified
Added
Removed
Modified
  • compiling

    v16 v17  
    101101This 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).
    102102
     103== Compiling against a ROOT installation ==
     104
     105If 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{{{
     107make withROOT=1
     108}}}
     109This allows, that you may choose ROOT output in your jobcard. It does not automatically sets this as the default output!
    103110
    104111== Parallel Make ==