Changes between Version 25 and Version 26 of AdaptParallelization


Ignore:
Timestamp:
Nov 9, 2012, 1:18:40 PM (11 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdaptParallelization

    v25 v26  
    134134together 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
    135135{{{
    136     CALL  MPI_Barrier(MPI_COMM_WORLD,MPIerr)
     136    CALL  MPI_Barrier(MPI_COMM_WORLD,ierr)
    137137    CALL  MPI_Finalize(MPIerr)
    138138}}}