source: trunk/NEMOGCM/NEMO/OPA_SRC/vectopt_loop_substitute.h90 @ 22

Last change on this file since 22 was 1, checked in by cholod, 12 years ago

importing initial nemo vendor drop (v3.4_r_3220)

File size: 894 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   !!----------------------------------------------------------------------
8   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
9   !! $Id: vectopt_loop_substitute.h90 2528 2010-12-27 17:33:53Z rblod $
10   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
11   !!----------------------------------------------------------------------
12#if defined key_vectopt_loop
13#  define fs_2     1
14#  define fs_jpim1 jpi
15#else
16#  define fs_2     2
17#  define fs_jpim1 jpim1
18#endif
Note: See TracBrowser for help on using the repository browser.