56 | | 5. Go to workingCode and type |
57 | | {{{ |
58 | | make renew |
59 | | }}} |
60 | | and thereafter |
61 | | {{{ |
62 | | make |
63 | | }}} |
64 | | 6. After make is done, you will find the executable "main.x" in the "testRun" directory. Sample jobcards are available in testRun/jobCards, cf. also [wiki:FAQ our FAQ page] for more informations. |
| 56 | 5. Go to workingCode and type |
| 57 | {{{ |
| 58 | make renew |
| 59 | }}} |
| 60 | and thereafter |
| 61 | {{{ |
| 62 | make |
| 63 | }}} |
| 64 | 6. After make is done, you will find the executable "main.x" in the "testRun" directory, where you can run GiBUU with the command |
| 65 | {{{ |
| 66 | ./main.x < jobCardName |
| 67 | }}} |
| 68 | Sample jobcards are available in testRun/jobCards, cf. also [wiki:FAQ our FAQ page] for more informations. |