Changeset 8225 for trunk/anuga_core/source/anuga_parallel/INSTALL-README
- Timestamp:
- Oct 14, 2011, 11:55:11 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/INSTALL-README
r8191 r8225 4 4 ========================= 5 5 6 anuga_parallel 7 ============== 8 9 Well first you need to get the anuga_parallel code. You can get this from 10 our svn repository with userid anonymous (blank password) 11 12 The location is 13 14 https://anuga.anu.edu.au/svn/anuga/trunk/anuga_core/source/anuga_parallel 15 16 (By the way, the most recent version of the development code of anuga 17 is available at 18 19 https://anuga.anu.edu.au/svn/anuga/trunk/anuga_core/source/anuga 20 ) 21 22 Setup your PYTHONPATH to point to location of the source directory 23 24 For instance I havethe following line in my .bashrc file 25 26 export PYTHONPATH=/home/steve/anuga/anuga_core/source 27 28 29 6 30 MPI 7 31 === 8 32 9 First thing, you need to install MPI on your system. OPENMPI and MPICH2 33 Now you need to install MPI on your system. OPENMPI and MPICH2 10 34 are supported by pypar (see below) so both should be ok. 11 35 … … 27 51 28 52 (There is an old version on sourceforge 29 http://sourceforge.net/projects/pypar/ )53 http://sourceforge.net/projects/pypar/ don't use that) 30 54 31 Install pypar following the instructions in hte download. Should be able 32 use standard python setup.py install 55 Install pypar following the instructions in the download. Should be able 56 use standard command 57 58 python setup.py install 59 60 or maybe 61 62 sudo python setup.py install 63 33 64 34 65 Make sure the pypar examples work … … 42 73 Follow the instructions in README to install. Essentially just run make. 43 74 44 From the pymetis directory, test using test_all.py 75 If you have a 64 bit machine run 76 77 make COPTIONS="-fPIC" 78 79 From the pymetis directory, test using test_all.py, ie 80 81 python test_all.py 45 82 46 83 ANUGA_PARALLEL … … 55 92 Run run_parallel_sw_merimbula.py 56 93 57 First just run it a sequential program. 94 First just run it as a sequential program, via 95 96 python run_parallel_sw_merimbula.py 58 97 59 98 Then try a parallel run using a command like
Note: See TracChangeset
for help on using the changeset viewer.