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

Last change on this file since 5766 was 5766, checked in by rwilson, 16 years ago

Fixed minor errors as forcing function to use SVN.

  • 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: the scientific Python installation
73  sometimes ends with an error message.  ANUGA still works though.
74  These packages are available from:
75  \begin{itemize} 
76    \item The supplied ANUGA distribution folder; \begin{verbatim}
77      pre_requisites\2.5
78    \end{verbatim} 
79    (Install in the order \code{python-2.5.msi},
80     \code{Numeric-23.8.2.win32-py2.5.exe},
81    \code{ScientificPython-2.7.8.win32-py2.5.exe},
82      \code{MinGW-5.1.4.exe} and then unpack
83    \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:\\\\bin} as
84    suggested below.
85    \item The WEB:
86    \begin{itemize} 
87      \item Python2.5:
88      \url{http://www.python.org/download/}.
89      \item Numeric Python: (Numeric-23.8.2.win32-py2.5.exe)\\
90       \url{http://sourcesup.cru.fr/frs/?group\_id=180}
91      \item Scientific Python: (ScientificPython-2.X.X.win32-py2.5.exe)\\
92       \url{http://sourcesup.cru.fr/frs/?group_id=180}
93      \item MinGW: (MinGW-5.X.X.exe)\\
94       \url{http://sourceforge.net/project/showfiles.php?group_id=2435}
95      \item NETCDF: download the file netcdf-3.6.1-beta1-win32dll.zip from
96      \url{http://www.unidata.ucar.edu/software/netcdf/binaries.html} 
97      .
98      Unpack this in a folder that is available on the system path.
99      We suggest unpacking it into
100      \begin{verbatim} 
101      C:\bin
102      \end{verbatim} 
103    \end{itemize}   
104  \end{itemize}   
105 
106 
107  \item For Python 2.4,  install Python pre-requisites: The Enthought version of Python2.4,
108  Scientific Python
109  and the NetCDF library\footnote{Separate installation of Scientific
110  Python and NetCDF
111  will become unneccesary once Enthought sorts out netcdf support
112  (see \url{https://svn.enthought.com/enthought/ticket/917})}.
113  These are available from either
114  \begin{itemize} 
115    \item The supplied ANUGA distribution as under the folder pre_requisites
116    (Install in the order \code{enthon-python2.4-1.0.0.exe},
117    \code{ScientificPython-2.4.9.win32-py2.4.exe} and the unpack
118    \code{netcdf-3.6.1-beta1-win32dll.zip} into \code{C:\\bin} as
119    suggested below.
120    \item The WEB:
121    \begin{itemize} 
122      \item Enthought version of Python2.4:
123      \url{http://code.enthought.com/projects/}.
124      \item Scientific Python:\\
125       \url{http://sourceforge.net/project/showfiles.php?group_id=172848}
126      \item NETCDF: download the file netcdf-3.6.1-beta1-win32dll.zip from
127      \url{http://www.unidata.ucar.edu/software/netcdf/binaries.html} 
128      (\url{ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/win32/netcdf-3.6.1-beta1-win32dll.zip}).
129      Unpack this in a folder that is available on the system path.
130      We suggest unpacking it into
131      \begin{verbatim} 
132      C:\bin
133      \end{verbatim} 
134    \end{itemize}   
135  \end{itemize}   
136 
137  \item Add the following to the PATH environment variable
138    \begin{verbatim}
139      PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;C:\bin
140    \end{verbatim}   %C:\Program Files\anuga_viewer;
141  \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.} 
142  in the python site-packages
143  directory \code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages}. This is often done in Windows by
144  double clicking on the .tgz file and then 'browse to' the
145  destination directory.
146  \item In the ANUGA root directory (\code{C:$\backslash$Python24$\backslash$Lib$\backslash$site-packages$\backslash$anuga}),
147  run the compilation script (either from the commandline or by clicking on it):
148    {\small \begin{verbatim}
149        python compile_all.py
150    \end{verbatim}}
151  \item In the ANUGA root directory, run the test suite
152  (e.g. by opening it with IDLE and running the file):
153    {\small \begin{verbatim}
154        python test_all.py
155    \end{verbatim}}
156    ANUGA has been succesfully installed if the tests pass.
157  \item To verify that ANUGA succesfully reproduces a series of validation
158  examples, go
159  to the directory \code{anuga_validation\\automated_validation_tests} in
160  which you can run
161  {\small \begin{verbatim}
162      python validate_all.py
163  \end{verbatim}}   
164\end{enumerate}   
165
166
167
168
169To install the anuga\_viewer
170\begin{enumerate} 
171  \item Unpack the distribution (\code{anuga_viewer_1.0.tgz}) in
172    \begin{verbatim} 
173      C:\Program Files
174    \end{verbatim}
175  \item Double click on the test file
176    \begin{verbatim} 
177      C:\Program Files\anuga_viewer\cylinders.sww
178    \end{verbatim}       
179  \item and associate .sww files with the executable
180  \begin{verbatim} 
181    C:\Program Files\anuga_viewer\animate.exe
182  \end{verbatim}       
183\end{enumerate} 
184
185Try the demos provided in the ANUGA directory \code{anuga\_demos} 
186(also discussed in the ANUGA user manual available with the distribution
187and also at
188\url{http://datamining.anu.edu.au/\~ole/anuga/user_manual/anuga_user_manual.pdf})and view the resulting .sww files with the anuga\_viewer.
189
190%To run the ANUGA against the Okushiri Island wave tank validation dataset
191%(\url{http://www.cee.cornell.edu/longwave})
192%go to \code{anuga_validation}
193% into
194%any directory and run the scripts \code{create_okushiri.py},
195%\code{run_okushiri.py} and \code{compare_timeseries.py}.  See also the
196%\code{README.txt} file that comes with the validation scripts for more
197%details.
198
199
200\clearpage
201\section{Pre-requisites (software)}
202\label{sec:prerequisites}
203
204This and the following sections is for custom installations and
205installations using Linux.
206
207The ANUGA software core (shallow\_water, pmesh, least\_squares, ...) depends on the following software:
208\begin{itemize}
209  \item python 2.3 or later\footnote{Problems have been observed with
210  Python 2.5 and Numeric on 64 bit platforms. See
211  \url{https://datamining.anu.edu.au/anuga/ticket/221}} 
212  \url{http://www.python.org}
213  %\footnote{Note, the
214  %dll python2X.dll is needed to compile ANUGA, but is not always
215  %automatically added for versions 2.4 and above.  Install it into the
216  %python2X directory, if you need it.}. 
217  \item python-numeric for Linux.  It's called Numeric in Windows. 
218  %\item python-dev (Interestingly, numeric seems to be installed as
219  %well) for Linux.  This is not necessary for Windows.
220  \item python-scientific (to provide python-netcdf) for Linux.  It's
221    called ScientificPython in Windows.
222  \item NETCDF.  Extract the file netcdf.dll, and put in C://Windows//System32// (Windows XP) or C://WINNT//System32 (Windows NT or 2000).     
223  \item A C compiler such as gcc (from GNU in case of Linux and MinGW
224  in case of Windows)
225  %\item scons for automatically compiling the distribution.
226\end{itemize}
227
228Note: All of these can be installed in one go on Windows platforms by
229using the Enthought Python
230distribution available at \url{http://code.enthought.com/projects/}.
231
232\section{Recommended software}
233
234\begin{itemize}
235  \item psyco \url{http://psyco.sourceforge.net/index.html}: Speeds up anuga by about 30\%.
236  %\item visual python \url{http://vpython.org}
237  \item matplotlib (pylab) for quality 2d plotting (moving towards mandatory requirement and now part of Enthought.)
238  \item VTK \url{http://mayavi.sourceforge.net/dwnld/vtk/win32/} - also now part of Enthought.
239\end{itemize}
240
241
242
243\section{System configuration}
244
245
246The system path on Win32 architectures must contain the
247directories (this examples assumes the Enthought Python 2.4 distribution
248has been installed. Path names may vary depending on the
249exact configuration).
250\begin{verbatim}
251  PATH=C:\Python24;C:\Python24\Enthought\MingW\bin;C:\Program Files\anuga_viewer
252\end{verbatim}
253The path should be analoguous for Unix operating systems.
254
255If anuga is not installed in the python site-packages directory
256the root directory for all
257anuga/inundation modules must be on the pythonpath, e.g.\
258\begin{verbatim}
259PYTHONPATH=C:\anuga_core\source
260\end{verbatim}
261
262
263
264
265
266\section{Installation of source zip file}
267Get a source zip file, for example, anuga_source_3807.zip, and expand
268it in the python site-packages directory (\code{C:\\Python24\\Lib\\site-packages})
269
270In the ANUGA root directory (\code{C:\\Python24\\Lib\\site-packages\\anuga}),
271run the compilation script:
272{\small \begin{verbatim}
273  python compile_all.py
274\end{verbatim}}
275
276%or (in anuga_core)
277% scons install
278% scons -c #(clean)
279
280
281\subsection{Testing}
282
283In the ANUGA root directory, run the test suite:
284{\small \begin{verbatim}
285  python test_all.py
286\end{verbatim}}
287ANUGA has been succesfully installed if the tests pass as follows:
288
289{\tiny
290\begin{verbatim}
291  ...
292  test_data_manager.py
293  test_interpolate_sww.py
294  test_mesh.py
295  test_mesh_interface.py
296  test_triangmodule.py
297  test_triangmoduleII.py
298  test_advection.py
299............................................................................................................................................
300............................................................................................................................................
301............................................................................................................................................
302............................................................................................................................................
303.................................
304----------------------------------------------------------------------
305Ran 593 tests in 42.712s
306
307OK
308\end{verbatim} }
309
310
311
312%\section{Other stuff to be included}
313%
314%\begin{verbatim}
315%Install tortoise from downloads (ITs didn't integrate wih explorer).
316%In settings set proxy to proxy.agso.gov.au  8080
317%%
318%
319%Install swollen from latest distro (in subversion)
320%
321%
322%\end{verbatim}
323
324
325
326
327
328\end{document}
Note: See TracBrowser for help on using the repository browser.