Changes between Initial Version and Version 2 of Ticket #552
- Timestamp:
- 05/12/12 23:50:28 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #552
- Property Resolution → Done
- Property Status new → closed
-
Ticket #552 – Description
initial v2 47 47 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'''. 48 48 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 49 51 * 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. 50 52