gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 16 and Version 17 of FAQ


Ignore:
Timestamp:
May 19, 2009, 3:46:55 PM (16 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v16 v17  
    1414=== Is there any kind of documentation. How do I start?? ===
    1515
    16 You can have a look in our [wiki:releaseNotes release notes]. 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 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].
    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 follow the guide given in the file '''README_Quickstart.txt''' to compile the source code. After successful compilation, the binary can be found in the '''testRun''' directory.[[BR]]
     18To compile the code you must have some recent fortran compiler installed (cf. [wiki:tools this page]). Simply go to the base directory and do
    1919
    20 To run the code, you need to prepare a job card defining necessary inputs. This job card is then used in the following way:
     20{{{
     21make renew
     22make
     23}}}
     24
     25After 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:
     26
    2127{{{
    2228./main.x < jobCard