source: anuga_core/documentation/user_manual/anuga_installation_guide.tex @ 5770

Last change on this file since 5770 was 5770, checked in by rwilson, 15 years ago

Still fiddling, learning LaTeX.

  • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
File size: 11.9 KB
Line 
1\documentclass{manual}
2
3
4\title{ANUGA Installation Guide}
5
6\author{Ole Nielsen, Duncan Gray, Jane Sexton}
7
8% Please at least include a long-lived email address;
9% the rest is at your discretion.
10\authoraddress{Geoscience Australia \\
11  Email: \email{ole.nielsen@ga.gov.au}
12}
13
14%Draft date
15\date{\today}                   % update before release!
16                % Use an explicit date so that reformatting
17                % doesn't cause a new date to be used.  Setting
18                % the date to \today can be used during draft
19                % stages to make it easier to handle versions.
20
21               
22\input{version} % Get version info - this file may be modified by
23                % update_anuga_user_manual.py - if not a dummy
24                % will be used.
25                               
26
27\makeindex          % tell \index to actually write the .idx file
28%\makemodindex          % If this contains a lot of module sections.
29
30
31
32\begin{document}
33\maketitle
34
35
36
37% This makes the contents more accessible from the front page of the HTML.
38\ifhtml
39\chapter*{Front Matter\label{front}}
40\fi
41
42
43
44
45\chapter{Introduction}
46
47This document outlines the required software for installing the Anuga toolbox.
48All components are licensed as open source and readily available from the net.
49It is assumed that the reader is familiar with the Python programming language and the process of downloading, installing and unpacking files into directories.
50
51
52\section{System requirements}
53\label{sec:requirements}
54
55To run ANUGA you will need a Windows (2000 or XP) or a Linux PC with at
56least 512MB RAM. The viewer (Windows only) requires a graphics adapter that
57is OpenGL compatible. It has been tested with e.g. ATI FireGL X1
58and the NVIDIA family. It may not work with cards such as those from the
59Intel(R) 82915G Express Chipset Family.
60
61
62
63\section{Quick install (Windows only)}
64
65This section provides the quickest path to getting ANUGA up and running on a Windows machine.
66For Linux and for more details please refer to Section \ref{sec:prerequisites}.
67
68\begin{enumerate} 
69 
70  \item For Python 2.5, install Python pre-requisites: Python2.5,
71  Scientific Python, Mingw, Numeric
72  and the NetCDF library. Note that the scientific Python installation
73  sometimes ends with an error message, although ANUGA still works.
74  These packages are available from:
75  \begin{itemize} 
76    \item The supplied ANUGA distribution folder: \code{pre_requisites\2.5} 
77      Install in the order
78      \begin{verbatim} 
79python-2.5.msi
80Numeric-23.8.2.win32-py2.5.exe
81ScientificPython-2.7.8.win32-py2.5.exe
82MinGW-5.1.4.exe
83      \end{verbatim} 
84      and then unpack
85      \code{netcdf-3.6.1-win32.zip} into \code{C:\\bin} as suggested below.
86    \item The WEB:
87        \begin{itemize} 
88            \item Python2.5: \url{http://www.python.org/download/}.
89            \item Numeric Python: (Numeric-23.8.2.win32-py2.5.exe) \url{http://sourcesup.cru.fr/frs/?group_id=180}
90            \item Scientific Python: (ScientificPython-2.X.X.win32-py2.5.exe) \url{http://sourcesup.cru.fr/frs/?group_id=180}
91            \item MinGW: (MinGW-5.X.X.exe) \url{http://sourceforge.net/project/showfiles.php?group_id=2435}
92            \item NETCDF: Go to \url{http://www.unidata.ucar.edu/software/netcdf/binaries.html} and click on the
93              \code{Windows DLL} link in the NetCDF 3.6.1 section.  This will download the file
94              \code{netcdf-3.6.1-win32.zip} .
95                  Unpack this in a folder that is available on the system path.
96                  We suggest unpacking it into \code{C:\\bin} .
97        \end{itemize}   
98  \end{itemize}   
99 
100 
101  \item For Python 2.4,  install Python pre-requisites: The Enthought version of Python2.4,
102  Scientific Python
103  and the NetCDF library\footnote{Separate installation of Scientific
104  Python and NetCDF
105  will become unneccesary once Enthought sorts out netcdf support
106  (see \url{https://svn.enthought.com/enthought/ticket/917})}.
107  These are available from either
108  \begin{itemize} 
109    \item The supplied ANUGA distribution as under the folder pre_requisites
110    (Install in the order \code{enthon-python2.4-1.0.0.exe},
111    \code{ScientificPython-2.4.9.win32-py2.4.exe} and the unpack
112    \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:\\bin} as
113    suggested below.
114    \item The WEB:
115    \begin{itemize} 
116      \item Enthought version of Python2.4:
117      \url{http://code.enthought.com/projects/}.
118      \item Scientific Python:\\
119       \url{http://sourceforge.net/project/showfiles.php?group_id=172848}
120      \item NETCDF: download the file netcdf-3.6.1-beta1-win32dll.zip from
121      \url{http://www.unidata.ucar.edu/software/netcdf/binaries.html} 
122      (\url{ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/win32/netcdf-3.6.1-beta1-win32dll.zip}).
123      Unpack this in a folder that is available on the system path.
124      We suggest unpacking it into
125      \begin{verbatim} 
126      C:\bin
127      \end{verbatim} 
128    \end{itemize}   
129  \end{itemize}   
130 
131  \item Add the following to the PATH environment variable
132    \begin{verbatim}
133      PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;C:\bin
134    \end{verbatim}   %C:\Program Files\anuga_viewer;
135  \item Unpack the ANUGA source code (\code{anuga-1.0_xxxx.tgz})\footnote{Internet explorer has the habit of renaming the .tgz files to .gz - the remedy is to rename them back or use another browser such as Firefox.} 
136  in the python site-packages
137  directory \code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages}. This is often done in Windows by
138  double clicking on the .tgz file and then 'browse to' the
139  destination directory.
140  \item In the ANUGA root directory (\code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages$\backslash$anuga}),
141  run the compilation script (either from the commandline or by clicking on it):
142    {\small \begin{verbatim}
143        python compile_all.py
144    \end{verbatim}}
145  \item In the ANUGA root directory, run the test suite
146  (e.g. by opening it with IDLE and running the file):
147    {\small \begin{verbatim}
148        python test_all.py
149    \end{verbatim}}
150    ANUGA has been succesfully installed if the tests pass.
151  \item To verify that ANUGA succesfully reproduces a series of validation
152  examples, go
153  to the directory \code{anuga_validation\\automated_validation_tests} in
154  which you can run
155  {\small \begin{verbatim}
156      python validate_all.py
157  \end{verbatim}}   
158\end{enumerate}   
159
160
161
162
163To install the anuga\_viewer
164\begin{enumerate} 
165  \item Unpack the distribution (\code{anuga_viewer_1.0.tgz}) in
166    \begin{verbatim} 
167      C:\Program Files
168    \end{verbatim}
169  \item Double click on the test file
170    \begin{verbatim} 
171      C:\Program Files\anuga_viewer\cylinders.sww
172    \end{verbatim}       
173  \item and associate .sww files with the executable
174  \begin{verbatim} 
175    C:\Program Files\anuga_viewer\animate.exe
176  \end{verbatim}       
177\end{enumerate} 
178
179Try the demos provided in the ANUGA directory \code{anuga\_demos} 
180(also discussed in the ANUGA user manual available with the distribution
181and also at
182\url{http://datamining.anu.edu.au/\~ole/anuga/user_manual/anuga_user_manual.pdf})and view the resulting .sww files with the anuga\_viewer.
183
184%To run the ANUGA against the Okushiri Island wave tank validation dataset
185%(\url{http://www.cee.cornell.edu/longwave})
186%go to \code{anuga_validation}
187% into
188%any directory and run the scripts \code{create_okushiri.py},
189%\code{run_okushiri.py} and \code{compare_timeseries.py}.  See also the
190%\code{README.txt} file that comes with the validation scripts for more
191%details.
192
193
194\clearpage
195\section{Pre-requisites (software)}
196\label{sec:prerequisites}
197
198This and the following sections is for custom installations and
199installations using Linux.
200
201The ANUGA software core (shallow\_water, pmesh, least\_squares, ...) depends on the following software:
202\begin{itemize}
203  \item python 2.3 or later\footnote{Problems have been observed with
204  Python 2.5 and Numeric on 64 bit platforms. See
205  \url{https://datamining.anu.edu.au/anuga/ticket/221}} 
206  \url{http://www.python.org}
207  %\footnote{Note, the
208  %dll python2X.dll is needed to compile ANUGA, but is not always
209  %automatically added for versions 2.4 and above.  Install it into the
210  %python2X directory, if you need it.}. 
211  \item python-numeric for Linux.  It's called Numeric in Windows. 
212  %\item python-dev (Interestingly, numeric seems to be installed as
213  %well) for Linux.  This is not necessary for Windows.
214  \item python-scientific (to provide python-netcdf) for Linux.  It's
215    called ScientificPython in Windows.
216  \item NETCDF.  Extract the file netcdf.dll, and put in C://Windows//System32// (Windows XP) or C://WINNT//System32 (Windows NT or 2000).     
217  \item A C compiler such as gcc (from GNU in case of Linux and MinGW
218  in case of Windows)
219  %\item scons for automatically compiling the distribution.
220\end{itemize}
221
222Note: All of these can be installed in one go on Windows platforms by
223using the Enthought Python
224distribution available at \url{http://code.enthought.com/projects/}.
225
226\section{Recommended software}
227
228\begin{itemize}
229  \item psyco \url{http://psyco.sourceforge.net/index.html}: Speeds up anuga by about 30\%.
230  %\item visual python \url{http://vpython.org}
231  \item matplotlib (pylab) for quality 2d plotting (moving towards mandatory requirement and now part of Enthought.)
232  \item VTK \url{http://mayavi.sourceforge.net/dwnld/vtk/win32/} - also now part of Enthought.
233\end{itemize}
234
235
236
237\section{System configuration}
238
239
240The system path on Win32 architectures must contain the
241directories (this examples assumes the Enthought Python 2.4 distribution
242has been installed. Path names may vary depending on the
243exact configuration).
244\begin{verbatim}
245  PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;C:\Program Files\anuga_viewer
246\end{verbatim}
247The path should be analoguous for Unix operating systems.
248
249If anuga is not installed in the python site-packages directory
250the root directory for all
251anuga/inundation modules must be on the pythonpath, e.g.\
252\begin{verbatim}
253PYTHONPATH=C:\anuga_core\source
254\end{verbatim}
255
256
257
258
259
260\section{Installation of source zip file}
261Get a source zip file, for example, anuga_source_3807.zip, and expand
262it in the python site-packages directory (\code{C:\\Python24\\Lib\\site-packages})
263
264In the ANUGA root directory (\code{C:\\Python24\\Lib\\site-packages\\anuga}),
265run the compilation script:
266{\small \begin{verbatim}
267  python compile_all.py
268\end{verbatim}}
269
270%or (in anuga_core)
271% scons install
272% scons -c #(clean)
273
274
275\subsection{Testing}
276
277In the ANUGA root directory, run the test suite:
278{\small \begin{verbatim}
279  python test_all.py
280\end{verbatim}}
281ANUGA has been succesfully installed if the tests pass as follows:
282
283{\tiny
284\begin{verbatim}
285  ...
286  test_data_manager.py
287  test_interpolate_sww.py
288  test_mesh.py
289  test_mesh_interface.py
290  test_triangmodule.py
291  test_triangmoduleII.py
292  test_advection.py
293............................................................................................................................................
294............................................................................................................................................
295............................................................................................................................................
296............................................................................................................................................
297.................................
298----------------------------------------------------------------------
299Ran 593 tests in 42.712s
300
301OK
302\end{verbatim} }
303
304
305
306%\section{Other stuff to be included}
307%
308%\begin{verbatim}
309%Install tortoise from downloads (ITs didn't integrate wih explorer).
310%In settings set proxy to proxy.agso.gov.au  8080
311%%
312%
313%Install swollen from latest distro (in subversion)
314%
315%
316%\end{verbatim}
317
318
319
320
321
322\end{document}
Note: See TracBrowser for help on using the repository browser.