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. \\ |
| 13 | If the automatic installer has run without problems, please switch to your working directory. You will find, that the default configuration and parameter files have been generated. 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. \\ |
26 | | The installer may fail for various reasons, e.g. because of mismatches in the user's system configuration. Problems may appear if the user has installed more than one FORTRAN compiler, and/or if the NetCDF libraries have been generated with a different compiler than is used for compiling PALM. Furthermore, the automatic installer cannot be used on many larger computer systems where software (compilers, libraries) is managed via the {{{module}}} environment, or if you like to run batch jobs an a remote host. In all these cases, the user has to setup the configuration file manually. |
| 18 | The installer may fail for various reasons, e.g. because of mismatches in the user's system configuration. Problems may appear if the user has installed more than one FORTRAN compiler, and/or if the NetCDF libraries have been generated with a different compiler than is used for compiling PALM. Furthermore, the automatic installer cannot be used on many larger computer systems where MPI executions can only be run via a batch system. In all these cases, the user has to setup the configuration file manually. |