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.

Changes between Initial Version and Version 1 of FAQ


Ignore:
Timestamp:
Jun 23, 2008, 10:33:24 AM (16 years ago)
Author:
oliver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v1 v1  
     1= Frequently asked questions =
     2
     3== Is there any kind of documentation. How do I start?? ==
     4
     5You find informations on  http://gibuu/GiBUU/wiki/releaseNotes . Additionally there is a source code documentation [http://theorie.physik.uni-giessen.de/~gibuu/Documentation/code/robo_sourcefiles.html#top here].
     6
     7To compile the code you must have both "makedepf90" and some recent fortran compiler installed (cf. "Requirements" in http://gibuu/GiBUU/wiki/releaseNotes). If these programs are installed, then 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]]
     8
     9To run the code, you need to prepare a job card defining necessary inputs. This job card is then used in the following way:
     10{{{
     11./main.x < jobCard
     12}}}
     13Sample job cards are given in the directory testrun/jobcards.
     14
     15We propose you try compiling the code and running it using a sample job card first. We are on the way to document the job cards more properly. If you need assistance to write your own, please [mailto:GiBUU@theo.physik.uni-giessen.de let us now].