Changes between Version 39 and Version 40 of AnugaParallel
- Timestamp:
- Mar 12, 2015, 2:50:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnugaParallel
v39 v40 41 41 42 42 43 === Install anuga _parallel ===43 === Install anuga parallel === 44 44 45 45 Now to get the parallel version of {{{anuga}}} 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}}}. … … 103 103 installations work in a clean console. 104 104 105 ==== Compile {{{anuga _parallel}}} code ====105 ==== Compile {{{anuga parallel}}} code ==== 106 106 107 107 Actually the parallel code is already in the {{{anuga_core}}} directory. We just need to reinstall {{{anuga}}}. … … 116 116 117 117 118 === Running anuga _parallel ===118 === Running anuga in parallel === 119 119 120 120 You should now be ready to run some parallel anuga code. … … 183 183 184 184 {{{ 185 python /home/******/anuga_core/ source/anuga/utilities/sww_merge.py -f domain -np 3185 python /home/******/anuga_core/anuga/utilities/sww_merge.py -f domain -np 3 186 186 }}} 187 187