Changes between Version 3 and Version 4 of MiscellaneousQuestions
- Timestamp:
- Mar 23, 2009, 4:56:47 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MiscellaneousQuestions
v3 v4 28 28 29 29 So increasing the grid size from 100 cells to 1000 cells grows the computational time by 10^{3/2} (about 30). 30 31 32 == Can ANUGA run in parallel on multiple cpus == 33 34 Yes - there is a module using MPI (via pypar) to allow ANUGA to run in Parallel. 35 This is not part of the standard distribution on sourceforge but can be obtained directly from the ANUGA repository (https://datamining.anu.edu.au/svn/ga/anuga_core/source/anuga_parallel) 36 37 Nils Goseberg has kindly put together some instructions which are available at 38 39 30 40 }}} 31 41