Changes between Version 3 and Version 4 of doc/tec/nesting
- Timestamp:
- Mar 7, 2017 1:09:15 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/nesting
v3 v4 23 23 nesting_mode = 'two-way', 24 24 / 25 }}} For details on the parameters, see [wiki:doc/app/nestpar#nestpar nestpar]. 25 }}} 26 For details on the parameters, see [wiki:doc/app/nestpar#nestpar nestpar]. 26 27 27 28 3. Add file connection statements for all child domains to the {{{.mrun.config}}} file, … … 36 37 }}} 37 38 38 4. Execute {{{mrun}}} and specify the nesting input files, i.e., 39 4. Execute {{{mrun}}} and specify the nesting input files, i.e., 39 40 {{{ 40 41 mrun -d testrun -r "d3# nest# ts# pr# ..." -X "72" ... 41 }}} Make sure that the total number of PEs (here 72) the sum of the PEs allocated for the individual domains (3 x 24). 42 }}} 43 Make sure that the total number of PEs (here 72) the sum of the PEs allocated for the individual domains (3 x 24).