gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 3 and Version 4 of compiling


Ignore:
Timestamp:
May 19, 2009, 6:09:50 PM (15 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • compiling

    v3 v4  
    22
    33Compiling GiBUU usually is as easy as typing '''make''' in the GiBUU base directory. However, a couple of options are available for special situations.
     4
     5Before compiling, make sure that all [wiki:tools prerequisites] are fulfilled.
    46
    57If you compile GiBUU for the first time, you should start with '''make renew'''. This is also helpful sometimes when you want to redo the whole compilation instead of doing an incremental make or rebuild the dependencies.
     
    911== Choosing a Compiler ==
    1012
    11 By default the Makefile uses the first supported compiler which it finds on your system (ifort, gfortran, g95, sunf95, lahey - in this order). But you can also tell the Makefile which compiler to use, by doing e.g.:
     13By default the Makefile uses the first supported compiler which it finds on your system (ifort, gfortran, g95, sunf95 or lfc - in this order). But you can also tell the Makefile which compiler to use, by doing e.g.:
    1214
    1315{{{
    14 make FORT=gfortran-4.5
     16make FORT=gfortran
    1517}}}
    1618