Changes between Version 15 and Version 16 of AdaptParallelization
- Timestamp:
- Aug 27, 2010, 10:00:29 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdaptParallelization
v15 v16 107 107 CALL MPI_Finalize(MPIerr) 108 108 }}} 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 add109 The 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 110 110 {{{ 111 111 CALL init_parallel()