gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 22 and Version 23 of FAQ


Ignore:
Timestamp:
Sep 5, 2011, 10:38:41 AM (13 years ago)
Author:
jweil
Comment:

minor corrections to FAQ

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v22 v23  
    77
    88=== How do I get the code? ===
    9 [wiki:GiBUUDownload#Gettingfullaccess Please create your account first ] with which you can then download the source. Thereafter, the source code is available both as a [http://gibuu.physik.uni-giessen.de/GiBUU/downloads tar-ball] (~200 MB) or you can simply [source:releases browse it online]. See the  [wiki:releaseNotes release notes] for details on the source code structure and how to compile the code.
     9
     10[wiki:GiBUUDownload#Gettingfullaccess Please create your account first ] with which you can then download the source. Thereafter, the source code is available as a [http://gibuu.physik.uni-giessen.de/GiBUU/downloads tar-ball] (~200 MB). See the  [wiki:releaseNotes release notes] for details on the source code structure and how to compile the code.
    1011
    1112----
     
    1314=== Is there any kind of documentation? How do I start? ===
    1415
    15 You 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].
     16You can have a look at our [wiki:releaseNotes release notes] or [http://gibuu.physik.uni-giessen.de/GiBUU/browser/releases/release1.4/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].
    1617
    1718To compile the code you must have some recent fortran compiler installed (cf. [wiki:tools this page]). Simply go to the base directory and type
     
    2526
    2627{{{
    27 ./main.x < jobCard
     28./GiBUU.x < jobCard
    2829}}}
    2930Sample job cards are given in the directory ''testRun/jobcards'' and some documentation is given [wiki:jobCards here].