Version 1 (modified by 17 years ago) (diff) | ,
---|
Frequently asked questions
Is there any kind of documentation. How do I start??
You find informations on http://gibuu/GiBUU/wiki/releaseNotes . Additionally there is a source code documentation here.
To 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.
To run the code, you need to prepare a job card defining necessary inputs. This job card is then used in the following way:
./main.x < jobCard
Sample job cards are given in the directory testrun/jobcards.
We 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 let us now.