Changes between Initial Version and Version 2 of Ticket #552


Ignore:
Timestamp:
05/12/12 23:50:28 (12 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #552

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #552 – Description

    initial v2  
    4747  That is, we do a special exception for distribute-memory.  This change is necessary in your customized versions of '''ana_grid.h''' and '''ana_psource.h'''.
    4848
     49  * Notice that we no longer use '''TILE''' (uppercase) as argument to the kernel routines.  We use '''tile''' (lowercase) instead. This was important in previous versions for distributed-memory since '''TILE''' was replaced to '''!MyRank''' during C-preprocessing.  Be careful with this one...
     50
    4951  * Notice that few important variables of ROMS in '''mod_scalars.F''' and '''mod_stepping.F''' use the '''THREADPRIVATE''' directive in shared-memory so all the parallel threads have a private copy of such variables to avoid parallel collisions.
    5052