gibuu is hosted by Hepforge, IPPP Durham
GiBUU
close Warning:
  • Error with navigation contributor "BrowserModule"
  • Failed to sync with repository "(default)": instance.__dict__ not accessible in restricted mode; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

LHAPDF

GiBUU has the option to be linked against libLHAPDF v5. Please note: the newer version 6 is not supported! This may be a useful option in connection with initialization using PYTHIA.

You can enforce this by initiating the compilation by the command make PDF=LHAPDF ....

In order to do so, you have to place a copy of 'libLHAPDF.a' in the directory 'objects/LIB/lib/', e.g. cp /usr/lib/x86_64-linux-gnu/libLHAPDF.a objects/LIB/lib/.

If you are encountering error messages like ...relocation truncated to fit: R_X86_64_PC32..., you have to recompile the library for a large memory model. A succsessful approach may be:

    cd ./lhapdf-5.9.1
    export CXXFLAGS="-mcmodel=large"
    export FCFLAGS="-mcmodel=large"
    ./configure --disable-pyext --disable-octave --prefix=$HOME/TMP
    make
    make install 

The option '-mcmodel=large' is implemented in the default GiBUU Makefile.

Last modified 9 years ago Last modified on Jul 5, 2016, 10:06:47 PM