Changes between Version 15 and Version 16 of AdaptParallelization


Ignore:
Timestamp:
Aug 27, 2010, 10:00:29 AM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdaptParallelization

    v15 v16  
    107107    CALL  MPI_Finalize(MPIerr)
    108108}}}
    109 The module `mod_parallel.F90` from the template directory provides subroutines for the initialization and finalization of MPI. Thus, if this module is used, one can simply add
     109The 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
    110110{{{
    111111    CALL init_parallel()