Ignore:
Timestamp:
Apr 19, 2007 4:27:07 PM (17 years ago)
Author:
raasch
Message:

New:
---

Changed:


PALM can be generally installed on any kind of Linux-, IBM-AIX-, or NEC-SX-system by adding appropriate settings to the configuration file.

Scripts are also running under the public domain ksh.

All system relevant compile and link options as well as the host identifier (local_host) are specified in the configuration file.

Filetransfer by ftp removed (options -f removed from mrun and mbuild).

Call of (system-)FLUSH routine moved to new routine local_flush.

return_addres and return_username are read from ENVPAR-NAMELIST-file instead of using local_getenv.

Preprocessor strings for different linux clusters changed to "lc", some preprocessor directives renamed (new: intel_openmp_bug), preprocessor directives for old systems removed

advec_particles, check_open, cpu_log, cpu_statistics, data_output_dvrp, flow_statistics, header, init_dvrp, init_particles, init_1d_model, init_dvrp, init_pegrid, local_getenv, local_system, local_tremain, local_tremain_ini, modules, palm, parin, run_control

new:
local_flush

mbuild, mrun

Errors:


File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/DOC/app/chapter_5.1.html

    r82 r83  
    55<meta content="Siegfried Raasch" name="AUTHOR"> <meta content="20041103;12395815" name="CREATED"> <meta content="20041119;12321236" name="CHANGED"> <meta content="parallel LES model" name="KEYWORDS"></head>
    66<body style="direction: ltr;" lang="en-US"><h3>5.1
    7 Installation of new / other versions</h3>
     7Installation of new / other versions, version update</h3>
    88<p>The PALM&nbsp;group announces code revisions by emails
    99send to the
     
    1212Details about new releases can be found in the
    1313<a href="../tec/technical_documentation.html">technical/numerical
    14 documentation</a>.</p><p>If you have previously checked out the most recent (at that time)  PALM version by using</p><p style="margin-left: 40px; font-family: Courier New,Courier,monospace;">svn checkout ...../palm/trunk trunk &nbsp; &nbsp; ,</p><p>you can easily make an update to the most recent PALM version by
     14documentation</a>.</p><p>Generally,
     15there are two ways of installing new / other versions. You can install
     16a version from the list of available PALM releases or you can update
     17your current installation with the newest developer version of PALM.</p><p>If you have previously checked out the most recent (at that time)  PALM developer version by using</p><p style="margin-left: 40px; font-family: Courier New,Courier,monospace;">svn checkout ...../palm/trunk trunk &nbsp; &nbsp; ,</p><p>you can easily make an update to the newest version by
    1518changing into
    1619the working directory<span style="font-family: Courier New,Courier,monospace;">
     
    2124The update may fail due&nbsp;the&nbsp;<span style="font-weight: bold;">subversion</span> rules, if
    2225you have modified the contents of<span style="font-family: Courier New,Courier,monospace;"> trunk</span>.
    23 In case of any conflicts, please refer to the <span style="font-weight: bold;">subversion</span>
     26In case of any conflicts with the repository, please refer to the <span style="font-weight: bold;">subversion</span>
    2427documentation on how to remove them.&nbsp;In order to avoid such
    2528conflicts, modifications of the default PALM code should be omitted and
     
    3639<p>However, this would require to carry out again the complete
    3740installation process described in chapter 5.0. So far, differet
    38 versions of PALM cannot be used at the same time.</p><p>After
     41versions of PALM cannot be used at the same time. The PALM releases from<span style="font-family: Courier New,Courier,monospace;"> palm/tags&nbsp;</span>never have to be updated with "<span style="font-family: Courier New,Courier,monospace;">svn update</span>", since these releases are frozen!</p><p>After
    3942updating the working copy, please check for any differences between
    4043your current configuration file (<span style="font-family: Courier New,Courier,monospace;">.mrun.config</span>)
     
    5053-u<br>mbuild</blockquote>
    5154<p>on all remote hosts listed in the configuration file<span style="font-family: Courier New,Courier,monospace;">
    52 .mrun.config</span>. </p>
     55.mrun.config</span>.</p><p>You can use "subversion" for code comparison between the different versions. Also,&nbsp;modified code can be committed to the repository, but this is restricted to&nbsp;PALM developers. </p>
    5356<p>As a last step, a suitable test run should be carried out. It
    5457should
Note: See TracChangeset for help on using the changeset viewer.