Changes between Version 26 and Version 27 of AdaptParallelization
- Timestamp:
- Nov 9, 2012, 1:18:54 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdaptParallelization
v26 v27 135 135 {{{ 136 136 CALL MPI_Barrier(MPI_COMM_WORLD,ierr) 137 CALL MPI_Finalize( MPIerr)137 CALL MPI_Finalize(ierr) 138 138 }}} 139 139 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