tiny nesting/mp_aggregate2d bug

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
cae
Posts: 36
Joined: Mon Jun 30, 2003 5:29 pm
Location: UC Santa Cruz

tiny nesting/mp_aggregate2d bug

#1 Unread post by cae »

Hi.

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
becomes simply

Code: Select all

      USE distribute_mod, ONLY : mp_aggregate2d
This may not be the right solution, but seems most sensible.

User avatar
arango
Site Admin
Posts: 1350
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: tiny nesting/mp_aggregate2d bug

#2 Unread post by arango »

Yes, good catch. Thank you. I am still debugging this routines for various configurations.

Post Reply