Changeset 404 for palm/trunk/DOC/app


Ignore:
Timestamp:
Nov 4, 2009 9:44:42 AM (14 years ago)
Author:
raasch
Message:

svn server address changed in online documentation

Location:
palm/trunk/DOC/app
Files:
2 edited

Legend:

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

    r336 r404  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    22<html><head>
     3
    34<meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"><title>PALM chapter 5.0</title> <meta name="GENERATOR" content="StarOffice 7 (Win32)"> <meta name="AUTHOR" content="Siegfried Raasch"> <meta name="CREATED" content="20041103;12380720"> <meta name="CHANGED" content="20041123;15532356"> <meta name="KEYWORDS" content="parallel LES model"> <style>
    45<!--
    56@page { size: 21cm 29.7cm }
    67-->
    7 </style></head>
    8 <body style="direction: ltr;" lang="en-US"><h2 style="line-height: 100%;"><font size="4">5.0
     8</style></head><body style="direction: ltr;" lang="en-US"><h2 style="line-height: 100%;"><font size="4">5.0
    99Installation of the
    1010model</font></h2>
     
    121121~/palm/current_version</span><br style="font-family: Courier New,Courier,monospace;"><span style="font-family: Courier New,Courier,monospace;">svn
    122122checkout --username &lt;your username&gt;
    123 svn://130.75.105.45/palm/tags/release-&lt;#&gt; trunk</span><br></div><p style="line-height: 100%;"><font color="#000000">You
     123svn://130.75.105.2/palm/tags/release-&lt;#&gt; trunk</span><br></div><p style="line-height: 100%;"><font color="#000000">You
    124124will then be prompted for your password. After finishing, the
    125125subdirectory</font><font style="font-family: Courier New,Courier,monospace;" color="#000000"> trunk </font><font color="#000000">should
    126126appear in your working directory. It contains a number of further
    127127subdirectories which contain e.g. the PALM source code (</font><font style="font-family: Courier New,Courier,monospace;" color="#000000">SOURCE</font><font color="#000000">)
    128 and the scripts for running PALM (</font><font style="font-family: Courier New,Courier,monospace;" color="#000000">SCRIPTS</font><font color="#000000">).</font></p><p style="line-height: 100%;">Alternatively,&nbsp;executing</p><pre style="line-height: 100%; margin-left: 40px; font-family: Courier New,Courier,monospace;">svn checkout --username &lt;your username&gt; svn://130.75.105.45/palm/tags/release-&lt;#&gt; abcde</pre><p style="line-height: 100%;">will place your working copy in a
     128and the scripts for running PALM (</font><font style="font-family: Courier New,Courier,monospace;" color="#000000">SCRIPTS</font><font color="#000000">).</font></p><p style="line-height: 100%;">Alternatively,&nbsp;executing</p><pre style="line-height: 100%; margin-left: 40px; font-family: Courier New,Courier,monospace;">svn checkout --username &lt;your username&gt; svn://130.75.105.2/palm/tags/release-&lt;#&gt; abcde</pre><p style="line-height: 100%;">will place your working copy in a
    129129directory named<span style="font-family: Courier New,Courier,monospace;"> abcde </span>instead
    130130of a directory named<span style="font-family: Courier New,Courier,monospace;"> trunk</span>.
     
    133133your working copy of PALM, unless you&nbsp;know exactly what you
    134134are doing.</p><p style="line-height: 100%; font-weight: bold;"><span style="font-weight: normal;">You can also get a copy of the
    135 most recent code by executing</span></p><pre style="line-height: 100%; margin-left: 40px; font-family: Courier New,Courier,monospace;">svn checkout --username &lt;your username&gt; svn://130.75.105.45/palm/trunk trunk</pre>However,
     135most recent code by executing</span></p><pre style="line-height: 100%; margin-left: 40px; font-family: Courier New,Courier,monospace;">svn checkout --username &lt;your username&gt; svn://130.75.105.2/palm/trunk trunk</pre>However,
    136136this version may contain bugs and new features may not be documented. <span style="font-weight: bold;">In future PALM releases,
    137137repository access to this most recent&nbsp;version will
     
    239239test run can
    240240now be started by executing the command </font>
    241 </p><pre style="margin-left: 1cm; margin-right: 1cm; margin-bottom: 0.5cm; line-height: 100%; font-family: Courier New,Courier,monospace;"><font color="#000000">mrun -d example_cbl -h lcsgih -K parallel -X 8 -T 8 -t 500 -q testq -r &ldquo;d3# pr#&rdquo;</font></pre><font color="#000000">This specific run
     241</p><pre style="margin-left: 1cm; margin-right: 1cm; margin-bottom: 0.5cm; line-height: 100%; font-family: Courier New,Courier,monospace;"><font color="#000000">mrun -d example_cbl -h lcsgih -K parallel -X 8 -T 8 -t 500 -q testq -r “d3# pr#”</font></pre><font color="#000000">This specific run
    242242will be carried out on 8 PEs and is allowed to use up to 500 seconds
    243243CPU time. After pressing &lt;return&gt;, the most important
    244244settings of
    245245the job are displayed at the terminal window
    246 and the user is prompted for o.k. (&ldquo;</font><font style="font-family: Courier New,Courier,monospace;" color="#000000">y</font><font color="#000000">&rdquo;).
    247 Next, a message of the queuing system like &ldquo;<i>Request</i>
    248 &hellip;
    249 <i>Submitted to queue&hellip; by&hellip;&rdquo; </i>should
     246and the user is prompted for o.k. (“</font><font style="font-family: Courier New,Courier,monospace;" color="#000000">y</font><font color="#000000">”).
     247Next, a message of the queuing system like “<i>Request</i>
     248
     249
     250<i>Submitted to queue
     251 by
     252” </i>should
    250253be displayed. Now the job is
    251254queued and either started immediately or at a later time, depending on
  • palm/trunk/DOC/app/chapter_5.1.html

    r94 r404  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    22<html><head>
     3
    34<meta content="text/html; charset=windows-1252" http-equiv="CONTENT-TYPE"><title>PALM chapter 5.1</title>
    45<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
     6<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><body style="direction: ltr;" lang="en-US"><h3>5.1
    77Installation of new / other versions, version update</h3>
    88<p>The PALM&nbsp;group announces code revisions by emails
     
    3636~/palm/release-3.1c</span><br style="font-family: Courier New,Courier,monospace;"><span style="font-family: Courier New,Courier,monospace;">svn
    3737checkout --username &lt;your username&gt;
    38 svn://130.75.105.45/palm/tags/release-3.1c trunk</span></p>
     38svn://130.75.105.2/palm/tags/release-3.1c trunk</span></p>
    3939<p>However, this would require to carry out again the complete
    4040installation process described in chapter 5.0. So far, differet
Note: See TracChangeset for help on using the changeset viewer.