| 35 | In addition to the jobcard, GiBUU requires several other input files to run (containing various tabulations and data). All these input files and collected in the directory "buuinput", which has to be downloaded in addition to the actual code, as explained [wiki:download here]. The input directory can be placed in a location of your choice, but its path must be specified in the jobcard, so that GiBUU knows where to find the input files. To achieve this, the switch "path_to_input" in the namelist "&input" must be set to the correct path: |
| 36 | |
| 37 | {{{ |
| 38 | &input |
| 39 | ! ... here may be other options ... |
| 40 | path_to_input = "/full/path/to/buuinput" |
| 41 | / |
| 42 | }}} |
| 43 | |
| 44 | If GiBUU stops with this error |
| 45 | |
| 46 | {{{ |
| 47 | Path to input files= /full/path/to/buuinput |
| 48 | Directory does not exist: /full/path/to/buuinput |
| 49 | |
| 50 | Stop! |
| 51 | }}} |
| 52 | |
| 53 | then you should check that the path you specified is correct and that it actually contains the input files. |