10 |
<center> |
<center> |
11 |
<h2> |
<h2> |
12 |
Hardware/software requirements</h2></center> |
Hardware/software requirements</h2></center> |
13 |
|
This page summarizes computer system requirements for using MITgcm in a |
14 |
|
<a href="../online_documents/manual/sarch.html#fig:mitgcm_architecture_goals">range |
15 |
|
of computers</a> from desktop PC to simulations run on a high-end supercomputer. |
16 |
|
<p>The side bar on the left contains links to sites from which third party |
17 |
|
software and hardware, which you may require, can be obtained. |
18 |
|
<p>The text below and the <a href="../online_documents/index.html" target="mainFrame">online |
19 |
|
document</a> explains when you will need these items. In many cases the |
20 |
|
software will already be installed on your computer and you can go straight |
21 |
|
ahead and <a href="../getting_started/index.html" target="mainFrame">start |
22 |
|
using</a> the model. |
23 |
|
<p><b>MITgcm</b> |
24 |
|
<ul> |
25 |
|
<li> |
26 |
|
runs on a wide <a href="../online_documents/manual/targethw.html">range |
27 |
|
of computer systems.</a></li> |
28 |
|
|
29 |
|
<li> |
30 |
|
includes special software (called <a href="../online_documents/manual/wrapper.html">WRAPPER</a>) |
31 |
|
to support efficient execution and relatively easy portability.</li> |
32 |
|
</ul> |
33 |
|
<b>Platforms where MITgcm is run regularly include:</b> |
34 |
|
<ul> |
35 |
|
<li> |
36 |
|
<a href="sideMenuBarFrame.html#hardware" target="sideMenuBarFrame">Unix |
37 |
|
PC's</a> (both Intel and AMD processor based) running Linux.</li> |
38 |
|
|
39 |
<p>MITgcm has been designed to run efficiently on a wide range of computer |
<li> |
40 |
platforms. This is made possible by its WRAPPER interface which |
<a href="sideMenuBarFrame.html#hardware" target="sideMenuBarFrame">Unix |
41 |
largely insulates the 'under the hood stuff' from the user. |
workstations</a> from Sun, SGI, HP, IBM, Compaq.</li> |
42 |
<p>MITgcm also runs on a single PC and PC clusters. |
|
43 |
<p>The minimum you require to run the model is a PC running linux and a |
<li> |
44 |
FORTRAN compiler. |
Unix based PC and workstation <a href="sideMenuBarFrame.html#interconnects" target="sideMenuBarFrame">clusters</a>.</li> |
45 |
<p>............. |
|
46 |
<p>Once you have your computer set up, go here to download the model. |
<li> |
47 |
<br> |
high-end <a href="sideMenuBarFrame.html#hardware" target="sideMenuBarFrame">symmetric |
48 |
|
multi-processor systems</a>.</li> |
49 |
|
</ul> |
50 |
|
|
51 |
|
<ul>Under the WRAPPER, code can also run very efficiently on high-end vector |
52 |
|
processing systems.</ul> |
53 |
|
<b>The minimum you require to run the model is</b> |
54 |
|
<ul> |
55 |
|
<li> |
56 |
|
a computer running a <a href="sideMenuBarFrame.html#os" target="sideMenuBarFrame">Unix |
57 |
|
style operating system</a>.</li> |
58 |
|
|
59 |
|
<li> |
60 |
|
a Fortran 77, Fortran 90 or Fortran 95 <a href="sideMenuBarFrame.html#compilers" target="sideMenuBarFrame">compiler</a>.</li> |
61 |
|
|
62 |
|
<li> |
63 |
|
a <a href="sideMenuBarFrame.html#compilers" target="sideMenuBarFrame">C |
64 |
|
compiler</a>.</li> |
65 |
|
</ul> |
66 |
|
<b>To run parallel configurations you need</b> |
67 |
|
<ul> |
68 |
|
<li> |
69 |
|
a multi-process <a href="sideMenuBarFrame.html#hardware" target="sideMenuBarFrame">computer</a></li> |
70 |
|
|
71 |
|
<br>and either of |
72 |
|
<li> |
73 |
|
a <a href="sideMenuBarFrame.html#compilers" target="sideMenuBarFrame">compiler</a> |
74 |
|
and that supports multi-threaded programs.</li> |
75 |
|
|
76 |
|
<li> |
77 |
|
a system with an implementation of the <a href="sideMenuBarFrame.html#parallelism" target="sideMenuBarFrame">MPI |
78 |
|
library installed</a>.</li> |
79 |
|
|
80 |
|
<p><br>Instructions on running multi-process codes can be found |
81 |
|
<a href="../online_documents/manual/multi-process.html#sec:multi-process-execution">here</a>. |
82 |
|
<br>Instructions regarding muti-threaded execution can be found |
83 |
|
<a href="../online_documents/manual/multi-threaded.html#sec:multi-threaded-execution">here</a>. |
84 |
|
<p>Specialized communication software, to optimize performance on a specific |
85 |
|
platform, can also be introduced into the WRAPPER. This process is discussed |
86 |
|
<a href="../online_documents/manual/communication.html">here</a>. |
87 |
|
<p>Before running a parallel code we recommend you try one of the basic |
88 |
|
examples described on the |
89 |
|
<a href=../getting_started/index.html>getting started </a> |
90 |
|
page.</ul> |
91 |
|
<b>To perform derivative calculations you need</b> |
92 |
|
<ul> |
93 |
|
<li> |
94 |
|
an <a href="sideMenuBarFrame.html#differentiation" target="sideMenuBarFrame">automatic |
95 |
|
differentiation tool</a>.</li> |
96 |
|
|
97 |
|
<br>An example experiment illustrating the automatic differentiation process |
98 |
|
can be found <a href="../online_documents/manual/adexample.html">here</a>.</ul> |
99 |
|
|
100 |
|
<p><br><b>Once you have your computer set up</b> |
101 |
|
<blockquote>go <a href="../getting_started/index.html" target="mainFrame">here |
102 |
|
</a>to find out how to download the model. The full distribution (including |
103 |
|
examples with input datasets and sample output) is around 50MB. Instructions |
104 |
|
on estimating the computing resource requirements (CPU time, memory usage |
105 |
|
and disk space) for a set of numerical experiments can be found here.</blockquote> |
106 |
|
<b>Simulation output is usually examined</b> |
107 |
|
<blockquote>using one of several <a href="sideMenuBarFrame.html#analysis" target="sideMenuBarFrame">standard |
108 |
|
analysis tools</a>, depending on individual preference and experience.</blockquote> |
109 |
|
|
110 |
|
<p><br><b>Still confused?</b> |
111 |
|
<blockquote>send us <a href="mailto:support@mitgcm.org">mail</a>. We like |
112 |
|
our software to be used and are happy to help out if we can. |
113 |
|
<p> |
114 |
<hr WIDTH="100%"> |
<hr WIDTH="100%"> |
115 |
<table CELLSPACING=0 CELLPADDING=0 WIDTH="100%" NOSAVE > |
<table CELLSPACING=0 CELLPADDING=0 WIDTH="100%" NOSAVE > |
116 |
<tr NOSAVE> |
<tr NOSAVE> |
122 |
</td> |
</td> |
123 |
</tr> |
</tr> |
124 |
</table> |
</table> |
125 |
|
</blockquote> |
126 |
|
|
127 |
</body> |
</body> |
128 |
</html> |
</html> |