Changes between Version 92 and Version 93 of doc/app/userint/output
- Timestamp:
- Oct 17, 2019 7:01:51 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v92 v93 67 67 Subsequently, 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: 68 68 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 )}}} \\ 72 72 {{{#else}}}\\ 73 73 {{{ts_value(dots_num_palm+1:dots_num_palm+dots_num_user,sr) = ts_value_l}}}\\ 74 {{{#endif}}} \\74 {{{#endif}}} \\ 75 75 76 76