Changeset 4370 for palm/trunk/SOURCE/netcdf_data_input_mod.f90
- Timestamp:
- Jan 10, 2020 2:00:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r4362 r4370 25 25 ! ----------------- 26 26 ! $Id$ 27 ! collective read switched off on NEC Aurora to avoid hang situations 28 ! 29 ! 4362 2020-01-07 17:15:02Z suehring 27 30 ! Input of plant canopy variables from static driver moved to plant-canopy 28 31 ! model … … 4135 4138 collective_read = .FALSE. 4136 4139 ELSE 4140 #if defined( __nec ) 4141 collective_read = .FALSE. ! collective read causes hang situations on NEC Aurora 4142 #else 4137 4143 collective_read = .TRUE. 4144 #endif 4138 4145 ENDIF 4139 4146 #else
Note: See TracChangeset
for help on using the changeset viewer.