Changes between Version 5 and Version 6 of AdaptParallelization
- Timestamp:
- Aug 23, 2010, 12:09:14 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdaptParallelization
v5 v6 24 24 CALL MPI_Comm_Size(MPI_COMM_WORLD, size, ierr) 25 25 }}} 26 (The call to `MPI_init` is mandatory, while the second an third line are optional) If the model itself is not parallelized, the MPI-initialization will not be present. Please see the section [#Non-parallelmodels ] below for this case.26 (The call to `MPI_init` is mandatory, while the second an third line are optional) If the model itself is not parallelized, the MPI-initialization will not be present. Please see the section [#Non-parallelmodels Non-parallel models] below for this case. 27 27 28 28 Subsequently, one can define `COMM_model` by adding