Changeset 1883
- Timestamp:
- Apr 20, 2016 3:27:13 PM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_handle_communicator_mod.f90
r1882 r1883 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! MPI_BCAST-calls to broadcast nesting_mode and nesting_datatransfer_mode 23 ! are moved out from the DO i = 1, m_ncpl loop. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1882 2016-04-20 15:24:46Z hellstea 29 ! MPI_BCAST-calls to broadcast nesting_mode and nesting_datatransfer_mode 30 ! are moved out from the DO i = 1, m_ncpl loop. 31 ! 29 32 ! 1850 2016-04-08 13:29:27Z maronga 30 33 ! Module renamed -
palm/trunk/SOURCE/pmc_interface_mod.f90
r1882 r1883 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! The factor ijfc for nfc used in anterpolation is redefined as 2-D array 23 ! and precomputed in pmci_init_anterp_tophat. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1882 2016-04-20 15:24:46Z hellstea 29 ! The factor ijfc for nfc used in anterpolation is redefined as 2-D array 30 ! and precomputed in pmci_init_anterp_tophat. 31 ! 29 32 ! 1878 2016-04-19 12:30:36Z hellstea 30 33 ! Synchronization rewritten, logc-array index order changed for cache optimization
Note: See TracChangeset
for help on using the changeset viewer.