New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
vectopt_loop_substitute.h90 in trunk/NEMO/OPA_SRC – NEMO

source: trunk/NEMO/OPA_SRC/vectopt_loop_substitute.h90 @ 3

Last change on this file since 3 was 3, checked in by opalod, 20 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 552 bytes
Line 
1   !!----------------------------------------------------------------------
2   !!                   ***  vectopt_loop_substitute  ***
3   !!----------------------------------------------------------------------
4   !! ** purpose :   substitute the inner loop starting and inding indices
5   !!      to allow unrolling of do-loop using CPP macro.
6   !!----------------------------------------------------------------------
7#if defined key_vectopt_loop
8#  define fs_2     1
9#  define fs_jpim1 jpi
10#else
11#  define fs_2     2
12#  define fs_jpim1 jpim1
13#endif
Note: See TracBrowser for help on using the repository browser.