Changes between Version 6 and Version 7 of doc/app/nesting_parameters
- Timestamp:
- Mar 17, 2017 2:46:49 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/nesting_parameters
v6 v7 44 44 'fine', 2, 1, 16, 320.0, 128.0, 45 45 }}} 46 The total number of MPI-processes required by this configuration is 16 + 16 = 32. 46 The total number of MPI-processes required by this configuration is 16 + 16 = 32. The numbers of PEs in the x- and y-directions can be additionally specified by setting {{{npex}}} and {{{npey}}} in {{{d3par}}} for the respective domain. Of course, the condition {{{npe_total}}} = {{{npex}}} * {{{npey}}} must always hold. 47 47 }}} 48 48 |----------------