Changes between Version 13 and Version 14 of AdaptParallelization


Ignore:
Timestamp:
Aug 25, 2010, 3:33:37 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdaptParallelization

    v13 v14  
    102102      COMM_model = MPI_COMM_WORLD
    103103}}}
    104 together with the `USE` statement for `mod_parallel` should be added. Subsequently, the call to `init_parallel_pdaf has to be inserted at the beginning of the model code.
     104together with the `USE` statement for `mod_parallel` should be added. Subsequently, the call to `init_parallel_pdaf` has to be inserted at the beginning of the model code.
    105105
    106106If the program is run 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.