Changeset 62 for palm/trunk/DOC/app/chapter_5.1.html
- Timestamp:
- Mar 13, 2007 2:52:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_5.1.html
r54 r62 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 2 <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 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 7 Installation of new / other versions</h3> 8 <p>The PALM group announces code revisions by emails 9 send to the 12 10 PALM 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 11 email to <a href="mailto:raasch@muk.uni-hannover.de">raasch@muk.uni-hannover.de</a>. 12 Details about new releases can be found in the 14 13 <a href="../tec/technical_documentation.html">technical/numerical 15 documentation</a>. Users can easily make version updates by changing into 14 documentation</a>. Users can easily make version updates by 15 changing into 16 16 the working directory<span style="font-family: Courier New,Courier,monospace;"> 17 17 ~/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 the <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. 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 19 update</span></p><p><span style="font-family: Courier New,Courier,monospace;"></span>This 20 updates all files in the PALM working copy in subdirectory<span style="font-family: Courier New,Courier,monospace;"> trunk</span>. 21 The update may fail due the <span style="font-weight: bold;">subversion</span> rules, if 22 you 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> 24 documentation on how to remove them. In order to avoid such 25 conflicts, modifications of the default PALM code should be omitted and 19 26 be restricted to the user-interface only 20 27 (see <a href="chapter_3.5.html">chapter 21 28 3.5</a>).</p> 22 <ul style="font-family: Courier New,Courier,monospace;">23 </ul>24 29 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 <your username> 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 31 different 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 34 checkout --username <your username> 35 svn://130.75.105.45:palm/tags/release-3.1c trunk</span></p> 26 36 <p>However, this would require to carry out again the complete 27 37 installation 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> 38 versions of PALM cannot be used at the same time.</p><p>After 39 updating the working copy, please check for any differences between 40 your current configuration file (<span style="font-family: Courier New,Courier,monospace;">.mrun.config</span>) 41 and the default configuration file under<span style="font-family: Courier New,Courier,monospace;"> 42 trunk/SCRIPTS/.mrun.config.default </span>and adjust your 43 current file, if neccessary.</p><p>The scripts and the 44 pre-compiled code must then be updated 45 via</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 47 via</p> 32 48 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> 34 51 <p>on all remote hosts listed in the configuration file<span style="font-family: Courier New,Courier,monospace;"> 35 52 .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 54 should 37 55 be carefully examined whether and how the results created by the new 38 56 version differ from those of the old version. Possible discrepancies … … 40 58 documentation</a> 41 59 should 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> 46 62 47 <br> 48 <span style="font-style: italic;">Last change:</span> 02/03/07 49 (SR)<br> 50 </p> 51 </body></html> 63 <br> <span style="font-style: italic;">Last 64 change:</span> $Id$<br> 65 </p></body></html>
Note: See TracChangeset
for help on using the changeset viewer.