Changes between Version 5 and Version 6 of AdaptParallelization


Ignore:
Timestamp:
Aug 23, 2010, 12:09:14 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdaptParallelization

    v5 v6  
    2424      CALL MPI_Comm_Size(MPI_COMM_WORLD, size, ierr)
    2525}}}
    26 (The call to `MPI_init` is mandatory, while the second an third line are optional) If the model itself is not parallelized, the MPI-initialization will not be present. Please see the section [#Non-parallelmodels] below for this case.
     26(The call to `MPI_init` is mandatory, while the second an third line are optional) If the model itself is not parallelized, the MPI-initialization will not be present. Please see the section [#Non-parallelmodels Non-parallel models] below for this case.
    2727
    2828Subsequently, one can define `COMM_model` by adding