Changes between Version 25 and Version 26 of AdaptParallelization
- Timestamp:
- Nov 9, 2012, 1:18:40 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdaptParallelization
v25 v26 134 134 together with the `USE` statement for `mod_parallel` should be added. Subsequently, the call to `init_parallel_pdaf` has to be inserted at the beginning of the model code. At the end of the program one should insert 135 135 {{{ 136 CALL MPI_Barrier(MPI_COMM_WORLD, MPIerr)136 CALL MPI_Barrier(MPI_COMM_WORLD,ierr) 137 137 CALL MPI_Finalize(MPIerr) 138 138 }}}