In nesting applications without masking, version 741 does not compile due to mp_aggregate2d not being available to nesting.f90.
The code compiles if the CPP lines 2831 and 2833 of nesting.F are removed. Thus:
Code: Select all
# ifdef MASKING
USE distribute_mod, ONLY : mp_aggregate2d
# endif
Code: Select all
USE distribute_mod, ONLY : mp_aggregate2d