Changes between Version 28 and Version 29 of doc/install


Ignore:
Timestamp:
Sep 15, 2010 9:41:49 AM (14 years ago)
Author:
witha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/install

    v28 v29  
    193193Currently (version 3.7a), depending on the MPI version which is running on your local host, the options for the execution command (which may be {{{mpirun}}} or {{{mpiexec}}}) may have to be adjusted manually in the '''mrun'''-script. A future version will allow to give the respective settings in the configuration file.\\\\
    194194If you have any problems with the PALM installation, the members of the PALM working group are pleased to help you.
     195
     196== [=#simple]Simple installation method ==
     197
     198The simple installation method is using the scripts '''palm_simple_install''' and '''palm_simple_run''' for installing and running PALM.
     199
     200=== Package Installation ===
     201
     202'''First step:''' Create a directory:
     203{{{
     204  mkdir -p ~/palm/current_version/
     205}}}
     206You can freely choose the directory name, but if you intend to switch to the [#advanced advanced method] of running PALM later, you should use {{{~/palm/current_version}}}. This directory will be called working directory from now on.\\\\
     207'''Second step:''' Check out a working copy of the recent PALM version from the svn-repository. Replace {{{<your username>}}} by your valid repository username, and {{{<#>}}} by any of the available PALM releases, e.g. "''3.7a''" (new releases will be announced to members of the PALM mailing list).
     208{{{
     209  cd ~/palm/current_version
     210  svn checkout --username <your username> svn://130.75.105.2/palm/tags/release-<#> trunk
     211}}}
     212You will be prompted for your password. After completion, a subdirectory trunk will appear in your working directory. It contains a number of further subdirectories, which contain e.g. the PALM source code ({{{SOURCE}}}) and the scripts for running PALM ({{{SCRIPTS}}}). For checking out the most recent PALM version (developer version), see the [#advanced advanced installation method] described above.\\\\
     213Please never touch any file in your working copy of PALM, unless you really know what you are doing.