1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
---|
2 | <html><head> |
---|
3 | <xsscleaned_taghttp-equiv ="content-type" content="text/html; charset=windows-1252"></xsscleaned_taghttp-equiv><title>Tsubame</title><style> |
---|
4 | <!-- |
---|
5 | @page { size: 21cm 29.7cm } |
---|
6 | --> |
---|
7 | </style></head> |
---|
8 | <body style="direction: ltr;" lang="en-US"> <xsscleaned_tagname ="generator" content="StarOffice 7 (Win32)"></xsscleaned_tagname> |
---|
9 | <xsscleaned_tagname ="author" content="Siegfried Raasch"></xsscleaned_tagname> |
---|
10 | <xsscleaned_tagname ="created" content="20040809;13460943"></xsscleaned_tagname> |
---|
11 | <xsscleaned_tagname ="changed" content="20041112;15085727"></xsscleaned_tagname> |
---|
12 | <xsscleaned_tagname ="keywords" content="parallel LES model"></xsscleaned_tagname> |
---|
13 | <h3 style="line-height: 100%;">Tsubame</h3> |
---|
14 | <p style="line-height: 100%;">This document contains local |
---|
15 | support information for PALM users on the Linux Cluster <span style="font-weight: bold;">Tsubame</span> of the Tokyo |
---|
16 | Institute of Technology, Tokyo, Japan (<a href="http://www.gsic.titech.ac.jp/%7Eccwww">http://www.gsic.titech.ac.jp/~ccwww</a>). |
---|
17 | Japanese and English user manuals are available for download (<a href="http://www.gsic.titech.ac.jp/%7Eccwww/tebiki">http://www.gsic.titech.ac.jp/~ccwww/tebiki</a>).</p><h4>Subversion</h4><p><span style="text-decoration: underline;">Installation:</span><br>Please |
---|
18 | install a recent version of subversion or simply copy <code><span style="font-family: Courier New,Courier,monospace;">svn-tyamanas.tgz</span></code> |
---|
19 | (subversion 1.4.3) from <code><span style="font-family: Courier New,Courier,monospace;">/work</span></code> |
---|
20 | on Tsubame (login). By using following commands subversion will be |
---|
21 | installed under your home directory.</p><code><span style="font-family: Courier New,Courier,monospace;">cd ~<br>cp /work/</span><span style="font-family: Courier New,Courier,monospace;">svn-tyamanas.tgz |
---|
22 | ~</span><br></code><span style="font-family: Courier New,Courier,monospace;"><code>tar |
---|
23 | xvzf svn-tyamanas.tgz</code><br></span><p><span style="font-family: Courier New,Courier,monospace;"></span>The |
---|
24 | following lines should be added to <code><span style="font-family: Courier New,Courier,monospace;">.profile</span></code> |
---|
25 | (and should be executed manually on first-time installation):<span style="font-family: Courier New,Courier,monospace;"></span></p><span style="font-family: Courier New,Courier,monospace;"><code>export |
---|
26 | LD_LIBRARY_PATH=$HOME/svn/lib</code></span><code><br style="font-family: Courier New,Courier,monospace;"><span style="font-family: Courier New,Courier,monospace;"> |
---|
27 | export PATH=$HOME/svn/bin:$PATH</span></code><span style="text-decoration: underline;"><br></span><p><span style="text-decoration: underline;">Usage:</span><br>Since |
---|
28 | Tsubame is located behind a firewall, the usual address <a class="fixed" href="svn://130.75.105.45" target="_blank">svn://130.75.105.45</a> is unreachable from Tsubame. Instead, please login to media-o |
---|
29 | and use <a class="fixed" href="svn://p9c.cc.titech.ac.jp:36900" target="_blank">svn://p9c.cc.titech.ac.jp:36900</a>. |
---|
30 | This port works in both directions, i.e. for <code>svn update</code> as well as <code>svn commit</code> commands.</p><h4>Batch system<br></h4><p>The implementation of the <span style="font-weight: bold;">n1ge</span> command on |
---|
31 | Tsubame requires modifications to <span style="font-weight: bold;">mrun</span> and <span style="font-weight: bold;">subjob</span> for PALM to |
---|
32 | run on Tsubame. Since <span style="font-weight: bold;">mrun</span> |
---|
33 | must be executed on one PE only, a one-PE "submitting job" is created |
---|
34 | when the user calls <span style="font-weight: bold;">mrun</span>. |
---|
35 | At the time when this "submitting job" is actually executed, it starts |
---|
36 | the main PALM job in the foreground. However, this only works if |
---|
37 | enough resources are available at that time. Therefore PALM users on |
---|
38 | Tsubame are advised to consider the queue load of the available queues |
---|
39 | for the main job (<code>qstat -g c</code>) before job submission.</p><p>According |
---|
40 | to the current queue configuration (<a href="http://www.gsic.titech.ac.jp/%7Eccwww/tgc/q_e.html">http://www.gsic.titech.ac.jp/~ccwww/tgc/q_e.html</a>), |
---|
41 | the following <span style="font-weight: bold;">mrun</span> |
---|
42 | options are available:</p><table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2"><tbody><tr><td><span style="font-weight: bold;">mrun</span> option</td><td>explanation</td><td>possible |
---|
43 | values</td><td>default value</td></tr><tr><td><code>-q</code></td><td>queue |
---|
44 | name for main job</td><td>novice, sla1, sla2, |
---|
45 | sla3, RAM64GB, RAM128GB</td><td>sla3</td></tr><tr><td><code>-n</code></td><td>queue |
---|
46 | name for "submitting job" (always runs on 1 PE only)</td><td>novice, |
---|
47 | sla1, sla2, sla3</td><td>sla3</td></tr><tr><td><code>-g</code></td><td>group number</td><td>name of the N1GE_GROUP that is required to utilize the bes or sla queues</td><td>none</td></tr></tbody></table><p>Note that the default value "sla3" of the |
---|
48 | <span style="font-weight: bold;">mrun</span> option <code>-q</code> may |
---|
49 | not always be the best choice. For code development, debugging or short |
---|
50 | test runs the value "novice" for both options may be suitable. |
---|
51 | Production runs should use the respective production queues (see <a href="http://www.gsic.titech.ac.jp/%7Eccwww/tgc/q_e.html">http://www.gsic.titech.ac.jp/~ccwww/tgc/q_e.html</a> for details). </p><p>The computer center advised us that due to restrictions of the batch system the value "novice" should not be mixed with the other queues. Please specify either a combination of sla<span style="font-style: italic;">n</span> for <code>-n</code> and sla<span style="font-style: italic;">n</span> or RAM<span style="font-style: italic;">*</span> for <code>-q</code>, or specify the combination "novice" + "novice".<span style="font-style: italic;"></span></p><p>The <span style="font-weight: bold;">mrun</span> option <code><span style="font-family: Courier New,Courier,monospace;">-t</span></code> |
---|
52 | contains the CPU time demand for the main job in s which will be |
---|
53 | automatically converted into min for the <span style="font-weight: bold;">n1ge</span> command. The |
---|
54 | option <code><span style="font-family: Courier New,Courier,monospace;">-m</span></code> |
---|
55 | contains the memory demand for the main job in MB which will be |
---|
56 | automatically converted into GB for the <span style="font-weight: bold;">n1ge</span> command.</p><br><i>Last |
---|
57 | change:</i> $Id: Tsubame.html 129 2007-10-30 12:12:24Z letzel $</body></html> |
---|