Changes between Version 20 and Version 21 of AdaptParallelization
- Timestamp:
- Feb 3, 2012, 2:27:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdaptParallelization
v20 v21 124 124 CALL init_parallel() 125 125 }}} 126 at the beginning of the program and 126 at the beginning of the program. This has to be followed by 127 {{{ 128 CALL init_parallel_pdaf(dim_ens, screen) 129 }}} 130 to initialize the variables for the parallelization of PDAF. At the end of the program one should then insert 127 131 {{{ 128 132 CALL finalize_parallel() 129 133 }}} 130 tothe source code.134 in the source code. 131 135 132 136 If the program is executed with these extensions using multiple model tasks, the issues discussed in '[#Compilingtheextendedprogram Compiling the extended program]' can occur. This one has to take care about which processes will perform output to the screen or to files.