11 | | '''Note:''' This script is currently not able to deal with batch systems. Only local installation and interactive MPI execution is possible. For batch system support please consolidate the [wiki:doc/install/advanced advanced installation method].\\\\ |
| 11 | '''Note:''' This script is currently not able to deal with batch systems. Only local installation and interactive MPI execution is possible. For batch system support please consolidate the [wiki:doc/install/advanced advanced installation method].\\ |
| 12 | |
| 13 | In case that the automatic installer has failed or cannot be used (e.g. on many supercomputer center systems), you need to adjust settings in the configuration file manually. \\ |
| 14 | |
| 15 | If the automatic installer has run without problems, please switch to your working directory and check if the default configuration and parameter files have been generated |
| 16 | {{{ |
| 17 | cd ~/palm/current_version |
| 18 | ls -al |
| 19 | ls -al JOBS/example_cbl/INPUT |
| 20 | }}} |
| 21 | You should see the default configuration file {{{.palm.config.default}}}. Furthermore, the parameter file {{{JOBS/example_cbl/INPUT/example_cbl_p3d}}} should also exist. This is a FORTRAN-NAMELIST file to define the simulation setup and to steer the PALM simulation. \\ |
| 22 | |