gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 17 and Version 18 of FAQ


Ignore:
Timestamp:
May 19, 2009, 6:03:27 PM (16 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v17 v18  
    1414=== Is there any kind of documentation. How do I start?? ===
    1515
    16 You can have a look in our [wiki:releaseNotes release notes] or [http://gibuu.physik.uni-giessen.de/GiBUU/browser/releases/release1.2/README.Quickstart.txt README_Quickstart.txt]. Additional source code documentation can be found [http://gibuu.physik.uni-giessen.de/Documentation/code/robo_sourcefiles.html#top here].
     16You can have a look at our [wiki:releaseNotes release notes] or [http://gibuu.physik.uni-giessen.de/GiBUU/browser/releases/release1.2/README.Quickstart.txt README_Quickstart.txt]. Additional source code documentation can be found [http://gibuu.physik.uni-giessen.de/Documentation/code/robo_sourcefiles.html#top here].
    1717
    18 To compile the code you must have some recent fortran compiler installed (cf. [wiki:tools this page]). Simply go to the base directory and do
     18To compile the code you must have some recent fortran compiler installed (cf. [wiki:tools this page]). Simply go to the base directory and type
    1919
    2020{{{
     
    2323}}}
    2424
     25More details on the compilation process are given [wiki:compiling here].
    2526After successful compilation, the binary can be found in the '''testRun''' directory. To run the code, you need to prepare a job card defining necessary inputs. This job card is then used in the following way:
    2627
     
    4041=== Which Operating Systems does GiBUU support? ===
    4142
    42 GiBUU can be compiled and run on '''Linux''', '''Windows''' or '''Mac OS X'''. The basic requirements are:
     43GiBUU can be compiled and run on '''Linux''', '''Windows''' or '''Mac OS X'''. The basic [wiki:tools requirements] are:
    4344
    44  * a modern [wiki:tools Fortran compiler]
    45  * [http://www.gnu.org/software/make/ make] (steers the build process)
    46  * [http://www.xs4all.nl/~rfsber/Robo/robodoc.html robodoc] is needed to generate the documentation (optional)
     45 * a modern Fortran compiler
     46 * make
     47 * perl or makedepf90
     48 * libbzip2
    4749
    4850Other systems (like Solaris, BSD, etc) which fulfill these requirements may also work, but have not been tested.