[5] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
---|
[62] | 2 | <html><head> |
---|
| 3 | |
---|
[431] | 4 | <meta http-equiv="CONTENT-TYPE" content="text/html; charset=windows-1252"><title>PALM chapter 3.1</title> <meta name="GENERATOR" content="StarOffice 7 (Win32)"> <meta name="AUTHOR" content="Marcus Oliver Letzel"> <meta name="CREATED" content="20040806;13565279"> <meta name="CHANGED" content="20040806;13575492"> <meta name="KEYWORDS" content="parallel LES model"></head><body style="direction: ltr;" lang="de-DE"><h3 style="line-height: 100%;">3.1 Job control with mrun</h3> |
---|
[62] | 5 | <p style="line-height: 100%;">The start of model runs in |
---|
| 6 | principle |
---|
[431] | 7 | takes place via executing the shell script <a href="http://www.muk.uni-hannover.de/%7Eraasch/Software/mrun_beschreibung.html">mrun.</a> |
---|
[5] | 8 | With this script it is possible to operate the model both |
---|
| 9 | interactively and in batch mode. Batch operation is possible on the |
---|
| 10 | local computer as well as on a remote computer (supposed that a batch |
---|
| 11 | queuing system is available). Here only the batch operation on a remote |
---|
| 12 | computer is |
---|
| 13 | described, because this represents the usual mode of operation due to |
---|
| 14 | the large computing time requirements of the model. The interactive |
---|
[62] | 15 | execution differs only in some points and is described in <a href="chapter_3.6.html">chapter |
---|
[5] | 16 | 3.6</a>. </p> |
---|
[62] | 17 | <p style="line-height: 100%;">By the call of <b>mrun |
---|
| 18 | </b>a complete |
---|
[5] | 19 | batch job is produced, transferred to the user determined remote |
---|
| 20 | computer |
---|
| 21 | and submitted to its queuing system (LoadLeveler, PBS, etc.). |
---|
| 22 | After processing of the job, the so-called job protocol is sent back |
---|
| 23 | to the local computer of the user (the local computer is the |
---|
[62] | 24 | computer, on which the user calls <b>mrun</b>). The |
---|
| 25 | following actions |
---|
[5] | 26 | are implemented by the job, amongst other: </p> |
---|
[62] | 27 | <ul> <li> <p style="margin-bottom: 0cm; line-height: 100%;">Change to a |
---|
| 28 | temporary working directory. </p> </li> <li> <p style="margin-bottom: 0cm; line-height: 100%;">The input |
---|
| 29 | files |
---|
[5] | 30 | needed by the model are copied into this directory. These files are |
---|
[62] | 31 | transferred from the local computer. </p> </li> <li> |
---|
| 32 | <p style="margin-bottom: 0cm; line-height: 100%;">Execute |
---|
| 33 | the |
---|
| 34 | model. </p> </li> <li> <p style="margin-bottom: 0cm; line-height: 100%;">Copy the |
---|
| 35 | output |
---|
[5] | 36 | files produced by the model into the directories determined by the user |
---|
| 37 | (these are also allowed to lie on the local computer). Depending on the |
---|
| 38 | choice of the user, the files may also be saved on an archiving system |
---|
[62] | 39 | (if existing). </p> </li> <li> <p style="margin-bottom: 0cm; line-height: 100%;">Delete the |
---|
| 40 | temporary working direction. </p> </li> <li> <p style="line-height: 100%;">Transfer the job protocol to the |
---|
| 41 | local computer. </p> </li> |
---|
| 42 | </ul><p style="line-height: 100%;">From this list it |
---|
| 43 | becomes clear that two |
---|
| 44 | of the substantial functions of <b>mrun</b> are the supply |
---|
| 45 | of input |
---|
[5] | 46 | files for the model and the storage of output files produced by the |
---|
| 47 | model. The model exclusively works with so-called local files, which |
---|
[62] | 48 | lie in the temporary working directory created by <b>mrun.</b> |
---|
| 49 | The |
---|
[431] | 50 | local names of these files are determined by the |
---|
[62] | 51 | model |
---|
[5] | 52 | (in the appropriate OPEN instructions). In <a href="chapter_3.4.html">chapter |
---|
| 53 | 3.4</a> all possible input and output filenames are specified. In |
---|
| 54 | contrast to this, the input files, made available by the user, |
---|
| 55 | usually lie in permanent directories (e.g. in the /home directory) and |
---|
| 56 | the output data, produced by the model, may also be |
---|
| 57 | stored there. The directory names are arbitrary. The actual file name |
---|
| 58 | (without path) of these input and output files is specified by an |
---|
[62] | 59 | option of <b>mrun</b>. All input and output files of the |
---|
| 60 | model |
---|
| 61 | receive this file name (e.g. <i>abcde</i>), but each |
---|
| 62 | individual file |
---|
| 63 | is still provided with an extension (e.g. <i>abcde_par</i>, |
---|
| 64 | etc. |
---|
| 65 | <i>abcde_dat</i>) - otherwise the files would not be |
---|
| 66 | distinguishable. |
---|
[5] | 67 | The linkage of local file names with the names of the permanent |
---|
| 68 | directories and the file name extensions takes place in a |
---|
[62] | 69 | configuration file, which <b>mrun</b> expects to find in |
---|
| 70 | the |
---|
[5] | 71 | respective current working directory of the user. A detailed |
---|
| 72 | description of this configuration file - which still offers a variety |
---|
[431] | 73 | of further functions is found in the |
---|
| 74 | documentation of the shell script <a href="http://www.muk.uni-hannover.de/-raasch/Software/mrun_beschreibung.html">mrun</a> |
---|
[5] | 75 | (sorry: this is only available in German, so far. If you think that you |
---|
| 76 | would profit from an English version, please give a message to the PALM |
---|
| 77 | group). |
---|
| 78 | In the next chapter a simple example of a minimum configuration file |
---|
| 79 | is described. </p> |
---|
[62] | 80 | <p style="line-height: 100%;">A simple call of <b>mrun</b> |
---|
| 81 | could read |
---|
[5] | 82 | as follows: </p> |
---|
[62] | 83 | <ul> <p style="line-height: 100%;"><tt>mrun - |
---|
| 84 | h <i>ibmh</i> -d <i>abcde</i></tt></p> |
---|
| 85 | </ul><p style="line-height: 100%;">The model is |
---|
| 86 | started by option -<tt>h |
---|
| 87 | <i>ibmh</i></tt> on the IBM Regatta hanni at the |
---|
| 88 | HLRN, i.e. on the |
---|
[5] | 89 | local computer a batch job is generated, transferred to the remote |
---|
| 90 | computer (IBM) and submitted to a suitable queue of the queuing system. |
---|
| 91 | With the |
---|
[62] | 92 | option <tt>-d</tt> the so-called basis file name (<i>abcde</i>) |
---|
| 93 | is |
---|
[5] | 94 | specified, from which, together with the path names and file name |
---|
| 95 | extensions, the complete file names (including the path) of the |
---|
[62] | 96 | permanent input and output files are <font color="#000000">formed.</font><font color="#800000"> |
---|
[5] | 97 | </font>Usually the specification of a set of further options is |
---|
| 98 | necessary, e.g. the CPU time needed by the model and the memory size |
---|
| 99 | needed as well as, on parallel computers, the number of processing |
---|
[62] | 100 | elements which are to be used (options <tt>-t</tt>, <tt>-m</tt> |
---|
| 101 | and |
---|
| 102 | <tt>-X</tt>). A precondition for the call of <b>mrun</b> |
---|
| 103 | of course is |
---|
[5] | 104 | that the installation of the model on the local computer and the |
---|
| 105 | remote machine is complete (see <a href="chapter_5.0.html">chapter |
---|
| 106 | 5.0</a>). </p> |
---|
| 107 | <p>Beyond these options a variety of further options for model |
---|
[62] | 108 | steering can be used in the call of <b>mrun</b>. These are |
---|
| 109 | fully |
---|
| 110 | described in the <a href="http://www.muk.uni-hannover.de/institut/software/mrun_beschreibung.html">mrun</a> |
---|
[5] | 111 | documentation (in German). <br> |
---|
| 112 | </p> |
---|
[62] | 113 | <hr><p><a href="chapter_3.0.html"><font color="#000080"><img src="left.gif" name="Grafik1" align="bottom" border="2" height="32" width="32"></font></a><a href="index.html"><font color="#000080"><img src="up.gif" name="Grafik2" align="bottom" border="2" height="32" width="32"></font></a><a href="chapter_3.2.html"><font color="#000080"><img src="right.gif" name="Grafik3" align="bottom" border="2" height="32" width="32"></font></a></p> |
---|
| 114 | <p><i>Last change: </i>$Id: chapter_3.1.html 431 2010-01-29 14:21:06Z raasch $</p> |
---|
| 115 | </body></html> |
---|