Changes between Version 92 and Version 93 of doc/app/userint/output


Ignore:
Timestamp:
Oct 17, 2019 7:01:51 AM (6 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/output

    v92 v93  
    6767Subsequently, collect / send values to PE0, because only PE0 outputs the time series. However, collection is done by taking the sum over all processors. You may have to normalize this sum, depending on the quantity that you like to calculate. For serial runs, nothing has to be done:
    6868
    69 {{{#if defined( __parallel )}}}
    70        {{{IF ( collective_wait )  CALL MPI_BARRIER( comm2d, ierr )}}}\\
    71        {{{CALL MPI_ALLREDUCE( ts_value_l(1),ts_value(dots_num_palm+1,sr),dots_num_user, MPI_REAL, MPI_MAX, comm2d, ierr )}}}\\
     69{{{#if defined( __parallel )}}}\\
     70       {{{IF ( collective_wait )  CALL MPI_BARRIER( comm2d, ierr )}}} \\
     71       {{{CALL MPI_ALLREDUCE( ts_value_l(1),ts_value(dots_num_palm+1,sr),dots_num_user, MPI_REAL, MPI_MAX, comm2d, ierr )}}} \\
    7272{{{#else}}}\\
    7373       {{{ts_value(dots_num_palm+1:dots_num_palm+dots_num_user,sr) = ts_value_l}}}\\
    74 {{{#endif}}}\\
     74{{{#endif}}} \\
    7575
    7676