|
- Timestamp:
-
May 19, 2009, 3:46:55 PM (16 years ago)
- Author:
-
jweil
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v16
|
v17
|
|
14 | 14 | === Is there any kind of documentation. How do I start?? === |
15 | 15 | |
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]. |
| 16 | You 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]. |
17 | 17 | |
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]] |
| 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 do |
19 | 19 | |
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 | {{{ |
| 21 | make renew |
| 22 | make |
| 23 | }}} |
| 24 | |
| 25 | 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: |
| 26 | |
21 | 27 | {{{ |
22 | 28 | ./main.x < jobCard |
|