Changes between Version 1 and Version 2 of AdaptParallelization_PDAF23


Ignore:
Timestamp:
May 20, 2025, 10:09:48 AM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdaptParallelization_PDAF23

    v1 v2  
    128128=== Adding parallelization to a serial model ===
    129129
    130 In order to use parallel model tasks with a model that is not parallelized, the procedure is generally as described for the fully parallel case. However, one has to add the general initialization of MPI to the model code (or to `init_parallel_pdaf`). This is the lines
     130In order to use parallel model tasks with a model that is not parallelized, the procedure is generally as described for the fully parallel case. However, one has to add the general initialization of MPI to the model code (or to `init_parallel_pdaf`). These are the lines
    131131{{{
    132132      CALL MPI_Init(ierr)