Ignore:
Timestamp:
Mar 13, 2007 2:52:40 AM (17 years ago)
Author:
raasch
Message:

Id string added to all html files

File:
1 edited

Legend:

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

    r54 r62  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    22<html><head>
    3   <meta content="text/html; charset=windows-1252" http-equiv="CONTENT-TYPE"><title>PALM chapter 5.1</title>
    4  
    5   <meta content="StarOffice 7  (Win32)" name="GENERATOR">
    6   <meta content="Siegfried Raasch" name="AUTHOR">
    7   <meta content="20041103;12395815" name="CREATED">
    8   <meta content="20041119;12321236" name="CHANGED">
    9   <meta content="parallel LES model" name="KEYWORDS"></head><body dir="ltr" lang="en-US">
    10 <h3>5.1 Installation of new / other versions</h3>
    11 <p>The PALM&nbsp;group announces code revisions by emails send to the
     3<meta content="text/html; charset=windows-1252" http-equiv="CONTENT-TYPE"><title>PALM chapter 5.1</title>
     4<meta content="StarOffice 7 (Win32)" name="GENERATOR">
     5<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>
     6<body style="direction: ltr;" lang="en-US"><h3>5.1
     7Installation of new / other versions</h3>
     8<p>The PALM&nbsp;group announces code revisions by emails
     9send to the
    1210PALM mailing list. If you like to be put on this list, just send an
    13 email to <a href="mailto:raasch@muk.uni-hannover.de">raasch@muk.uni-hannover.de</a>. Details about new releases can be found in the
     11email to <a href="mailto:raasch@muk.uni-hannover.de">raasch@muk.uni-hannover.de</a>.
     12Details about new releases can be found in the
    1413<a href="../tec/technical_documentation.html">technical/numerical
    15 documentation</a>. Users can easily make version updates by changing into
     14documentation</a>. Users can easily make version updates by
     15changing into
    1616the working directory<span style="font-family: Courier New,Courier,monospace;">
    1717~/palm/current_version
    18 </span>and executing<span style="font-family: Courier New,Courier,monospace;"></span></p><p style="margin-left: 40px;"><span style="font-family: Courier New,Courier,monospace;">svn update</span></p><p><span style="font-family: Courier New,Courier,monospace;"></span>This updates all files in the PALM working copy in subdirectory<span style="font-family: Courier New,Courier,monospace;"> trunk</span>. The update may fail due&nbsp;the&nbsp;<span style="font-weight: bold;">subversion</span> rules, if you have modified the contents of<span style="font-family: Courier New,Courier,monospace;"> trunk</span>. In case of any conflicts, please refer to the <span style="font-weight: bold;">subversion</span> documentation on how to remove them.&nbsp;In order to avoid such conflicts, modifications of the default PALM code should be omitted and
     18</span>and executing<span style="font-family: Courier New,Courier,monospace;"></span></p><p style="margin-left: 40px;"><span style="font-family: Courier New,Courier,monospace;">svn
     19update</span></p><p><span style="font-family: Courier New,Courier,monospace;"></span>This
     20updates all files in the PALM working copy in subdirectory<span style="font-family: Courier New,Courier,monospace;"> trunk</span>.
     21The update may fail due&nbsp;the&nbsp;<span style="font-weight: bold;">subversion</span> rules, if
     22you have modified the contents of<span style="font-family: Courier New,Courier,monospace;"> trunk</span>.
     23In case of any conflicts, please refer to the <span style="font-weight: bold;">subversion</span>
     24documentation on how to remove them.&nbsp;In order to avoid such
     25conflicts, modifications of the default PALM code should be omitted and
    1926be restricted to the user-interface only
    2027(see <a href="chapter_3.5.html">chapter
    21283.5</a>).</p>
    22 <ul style="font-family: Courier New,Courier,monospace;">
    23 </ul>
    2429
    25 <p>Alternatively, you can install new or other releases in a different directory, eg.</p><p style="margin-left: 40px;"><span style="font-family: Courier New,Courier,monospace;">mkdir ~/palm/release-3.1c</span><br style="font-family: Courier New,Courier,monospace;"><span style="font-family: Courier New,Courier,monospace;">cd ~/palm/release-3.1c</span><br style="font-family: Courier New,Courier,monospace;"><span style="font-family: Courier New,Courier,monospace;">svn checkout --username &lt;your username&gt; svn://130.75.105.45:palm/tags/release-3.1c trunk</span></p>
     30<p>Alternatively, you can install new or other releases in a
     31different directory, eg.</p><p style="margin-left: 40px;"><span style="font-family: Courier New,Courier,monospace;">mkdir
     32~/palm/release-3.1c</span><br style="font-family: Courier New,Courier,monospace;"><span style="font-family: Courier New,Courier,monospace;">cd
     33~/palm/release-3.1c</span><br style="font-family: Courier New,Courier,monospace;"><span style="font-family: Courier New,Courier,monospace;">svn
     34checkout --username &lt;your username&gt;
     35svn://130.75.105.45:palm/tags/release-3.1c trunk</span></p>
    2636<p>However, this would require to carry out again the complete
    2737installation process described in chapter 5.0. So far, differet
    28 versions of PALM cannot be used at the same time.</p><p>After updating the working copy, please check for any differences between your current configuration file (<span style="font-family: Courier New,Courier,monospace;">.mrun.config</span>) and the default configuration file under<span style="font-family: Courier New,Courier,monospace;"> trunk/SCRIPTS/.mrun.config.default </span>and adjust your current file, if neccessary.</p><p>The scripts and the pre-compiled code must then be updated
    29 via</p><div style="margin-left: 40px; font-family: Courier New,Courier,monospace;">mbuild -u -h lcmuk<br>mbuild -u -h ibmh<br>mbuild -h ibmh</div><p>or via</p>
    30 <ul style="font-family: Courier New,Courier,monospace;">
    31 </ul>
     38versions of PALM cannot be used at the same time.</p><p>After
     39updating the working copy, please check for any differences between
     40your current configuration file (<span style="font-family: Courier New,Courier,monospace;">.mrun.config</span>)
     41and the default configuration file under<span style="font-family: Courier New,Courier,monospace;">
     42trunk/SCRIPTS/.mrun.config.default </span>and adjust your
     43current file, if neccessary.</p><p>The scripts and the
     44pre-compiled code must then be updated
     45via</p><div style="margin-left: 40px; font-family: Courier New,Courier,monospace;">mbuild
     46-u -h lcmuk<br>mbuild -u -h ibmh<br>mbuild -h ibmh</div><p>or
     47via</p>
    3248
    33 <blockquote style="font-family: Courier New,Courier,monospace;">mbuild -u<br>mbuild</blockquote>
     49<blockquote style="font-family: Courier New,Courier,monospace;">mbuild
     50-u<br>mbuild</blockquote>
    3451<p>on all remote hosts listed in the configuration file<span style="font-family: Courier New,Courier,monospace;">
    3552.mrun.config</span>. </p>
    36 <p>As a last step, a suitable test run should be carried out. It should
     53<p>As a last step, a suitable test run should be carried out. It
     54should
    3755be carefully examined whether and how the results created by the new
    3856version differ from those of the old version. Possible discrepancies
     
    4058documentation</a>
    4159should be communicated as soon as possible to the PALM group.
    42 </p>
    43 <hr>
    44 <p><br>
    45 <font color="#000080"><font color="#000080"><a href="chapter_5.0.html"><font color="#000080"><img name="Grafik1" src="left.gif" align="bottom" border="2" height="32" width="32"></font></a><a href="index.html"><font color="#000080"><img name="Grafik2" src="up.gif" align="bottom" border="2" height="32" width="32"></font></a></font></font><br>
     60</p><hr>
     61<p><br><font color="#000080"><font color="#000080"><a href="chapter_5.0.html"><font color="#000080"><img name="Grafik1" src="left.gif" align="bottom" border="2" height="32" width="32"></font></a><a href="index.html"><font color="#000080"><img name="Grafik2" src="up.gif" align="bottom" border="2" height="32" width="32"></font></a></font></font><br>
    4662&nbsp;
    47 <br>
    48 &nbsp;<span style="font-style: italic;">Last change:</span> 02/03/07
    49 (SR)<br>
    50 </p>
    51 </body></html>
     63<br>&nbsp;<span style="font-style: italic;">Last
     64change:</span> $Id$<br>
     65</p></body></html>
Note: See TracChangeset for help on using the changeset viewer.