Changes between Version 20 and Version 21 of AdaptParallelization


Ignore:
Timestamp:
Feb 3, 2012, 2:27:49 PM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdaptParallelization

    v20 v21  
    124124    CALL init_parallel()
    125125}}}
    126 at the beginning of the program and
     126at the beginning of the program. This has to be followed by
     127{{{
     128    CALL init_parallel_pdaf(dim_ens, screen)
     129}}}
     130to initialize the variables for the parallelization of PDAF. At the end of the program one should then insert
    127131{{{
    128132    CALL finalize_parallel()
    129133}}}
    130 to the source code.
     134in the source code.
    131135
    132136If 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.