Changes between Version 76 and Version 77 of doc/install
- Timestamp:
- Jul 7, 2016 9:42:00 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install
v76 v77 153 153 On the local and on the remote host, some small helper/utility programs have to be installed, which are later used by '''mrun''' e.g. for PALM data postprocessing. The installation is done by '''mbuild'''. This script requires a configuration file {{{.mrun.config}}}, which will be also used by '''mrun''' in the following. A copy has to be put into the working directory under the name {{{.mrun.config}}} by 154 154 {{{ 155 cp trunk/SCRIPTS/.mrun.config. default.mrun.config156 }}} 157 Beside many other things, this file contains typical installation parameters like compiler name, compiler options, etc. for a set of different (remote) hosts. Please edit this file, uncomment lines like155 cp trunk/SCRIPTS/.mrun.config.<compiler> .mrun.config 156 }}} 157 Please replace {{{<compiler>}}} with either {{{gfortran}}} or {{{ifort}}} in order to get the default configuration file for the respective compiler. Beside many other things, this file contains typical installation parameters like compiler name, compiler options, etc. for a set of different (remote) hosts. Please edit this file, uncomment lines like 158 158 {{{ 159 159 #%remote_username <replace by your ... username> <host identifier> … … 161 161 by removing the first hash (#) character and replace the string "{{{<replace by ...>}}}" by your username on the respective host given in the {{{<host identifier>}}}. You only have to uncomment lines for those hosts on which you intend to use PALM.\\\\ 162 162 '''Warning: When editing the configuration file, please NEVER use the TAB key. Otherwise, very confusing errors may occur when mrun is executing.'''\\\\ 163 Beside the default configuration file {{{.mrun.config.default}}}, the directory {{{trunk/SCRIPTS}}} contains additional configuration files which are already adjusted for special hosts, e.g. {{{.mrun.config.imuk}}} can be used at Hannover University, etc.. These files have to be edited in the same way as described above.\\\\163 Beside the default configuration files {{{.mrun.config.<compiler>}}}, the directory {{{trunk/SCRIPTS}}} contains additional configuration files which are already adjusted for special hosts, e.g. {{{.mrun.config.imuk}}} can be used at Hannover University, etc.. These files have to be edited in the same way as described above.\\\\ 164 164 After modifying the configuration file, the respective executables are generated by executing 165 165 {{{ … … 291 291 }}} 292 292 However, this would require to carry out again the complete installation process described above. So far, different versions of PALM cannot be used at the same time. The PALM releases from {{{palm/tags}}} never have to be updated with "{{{svn update}}}", since these releases are frozen! \\\\ 293 After updating the working copy, please check for any differences between your current configuration file ({{{.mrun.config}}}) and the default configuration file under {{{trunk/SCRIPTS/.mrun.config.default}}} and adjust your current file, if neccessary.\\\\293 After updating the working copy, please check for any differences between your current configuration file ({{{.mrun.config}}}) and the default configuration files under {{{trunk/SCRIPTS/.mrun.config.<compiler>}}} and adjust your current file, if neccessary.\\\\ 294 294 The scripts and the pre-compiled code must then be updated via 295 295 {{{