Changes between Initial Version and Version 2 of Ticket #151
- Timestamp:
- Jun 7, 2018, 12:57:04 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #151
- Property Owner set to espen
- Property Status changed from new to assigned
-
Ticket #151 – Description
initial v2 4 4 5 5 E.g. in **FLEXPART_MPI.f90**, this block: 6 {{{ 6 {{{#!fortran 7 7 if (lroot) then 8 8 call MPI_Reduce(MPI_IN_PLACE, tot_blc_count, 1, mp_pp, MPI_SUM, id_root, & … … 20 20 }}} 21 21 should be replaced with this: 22 {{{ 22 {{{#!fortran 23 23 if (lroot) then 24 24 call MPI_Reduce(MPI_IN_PLACE, tot_blc_count, 1, mp_pp, MPI_SUM, id_root, &