Changes between Version 24 and Version 25 of AnugaParallel
- Timestamp:
- Jan 13, 2012, 8:14:14 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnugaParallel
v24 v25 43 43 44 44 45 === anuga_parallel ===45 === Install anuga_parallel === 46 46 47 47 Now to get anuga_parallel to work, we need to install some other packages first, in particular {{{MPI}}} for the parallel message passing and {{{pypar}}} a simple python wrapper of {{{MPI}}}. … … 110 110 installations work in a clean console. 111 111 112 === pymetis===112 ==== pymetis ==== 113 113 114 114 In the anuga_parallel directory there is a subdirectory pymetis. … … 132 132 === Running anuga_parallel === 133 133 134 You should now be ready to run some parallel anuga code. Go back to the anuga_parallel directory and run test_all.py 134 You should now be ready to run some parallel anuga code. Go back to the anuga_parallel directory and run the tests 135 136 {{{ 137 cd /home/username/anuga_core/source/anuga_parallel 138 python test_all.py 139 }}} 135 140 136 141 Hopefully that all works.