Changes between Version 1 and Version 2 of AdaptParallelization_PDAF23
- Timestamp:
- May 20, 2025, 10:09:48 AM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdaptParallelization_PDAF23
v1 v2 128 128 === Adding parallelization to a serial model === 129 129 130 In order to use parallel model tasks with a model that is not parallelized, the procedure is generally as described for the fully parallel case. However, one has to add the general initialization of MPI to the model code (or to `init_parallel_pdaf`). Th is isthe lines130 In order to use parallel model tasks with a model that is not parallelized, the procedure is generally as described for the fully parallel case. However, one has to add the general initialization of MPI to the model code (or to `init_parallel_pdaf`). These are the lines 131 131 {{{ 132 132 CALL MPI_Init(ierr)