|
- Timestamp:
-
May 16, 2009, 8:19:32 PM (16 years ago)
- Author:
-
oliver
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
16 | 16 | You find informations [wiki:releaseNotes here]. Additionally there is a source code documentation [http://theorie.physik.uni-giessen.de/~gibuu/Documentation/code/robo_sourcefiles.html#top here]. |
17 | 17 | |
18 | | To compile the code you must have some recent fortran compiler installed (cf. "Requirements" in [wiki:releaseNotes the release notes]). 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]] |
| 18 | To compile the code you must have some recent fortran compiler installed (cf. "Requirements" in [wiki:releaseNotes the release notes]). 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]] |
19 | 19 | |
20 | 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: |
… |
… |
|
22 | 22 | ./main.x < jobCard |
23 | 23 | }}} |
24 | | Sample job cards are given in the directory testRun/jobcards. |
| 24 | Sample job cards are given in the directory ''testRun/jobcards'' and some documentation is given [wiki:jobCards here]. |
25 | 25 | |
26 | | 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 [mailto:GiBUU@theo.physik.uni-giessen.de let us now]. |
| 26 | We propose you try compiling the code and running it using a sample job card first. We are on the way to [wiki:jobCards 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]. |
27 | 27 | |
28 | 28 | |
|