Changes between Version 26 and Version 27 of AdaptParallelization


Ignore:
Timestamp:
Nov 9, 2012, 1:18:54 PM (11 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdaptParallelization

    v26 v27  
    135135{{{
    136136    CALL  MPI_Barrier(MPI_COMM_WORLD,ierr)
    137     CALL  MPI_Finalize(MPIerr)
     137    CALL  MPI_Finalize(ierr)
    138138}}}
    139139The module `mod_parallel.F90` from the template directory provides subroutines for the initialization and finalization of MPI. Thus, if this module is used, the is no need to explicitly add the call to the MPI functions, but one can simply add