Changeset 4684
- Timestamp:
- Sep 18, 2020 9:50:28 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r4683 r4684 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Bugfix to previous for serial build 31 ! 32 ! 4683 2020-09-18 09:23:09Z pavelkrc 30 33 ! Add option to limit the size of MPI_Alltoall calls 31 34 ! … … 9989 9992 !> exchange to multiple iterations with maximum number of items per iteration. 9990 9993 !--------------------------------------------------------------------------------------------------! 9994 #if defined( __parallel ) 9991 9995 SUBROUTINE radiation_exchange_alltoall(ntosend, npint, npfloat, isendbuf, fsendbuf, & 9992 9996 nrecv, irecvbuf, frecvbuf) … … 10103 10107 DEALLOCATE( ntorecv, dsend, drecv, dsendnow, drecvnow, nsendnow, nrecvnow ) 10104 10108 END SUBROUTINE radiation_exchange_alltoall 10109 #endif 10105 10110 10106 10111 !------------------------------------------------------------------------------!
Note: See TracChangeset
for help on using the changeset viewer.