Last change
on this file since 10455 was
10068,
checked in by nicolasmartin, 3 years ago
|
First part of modifications to have a common default header : fix typos and SVN keywords properties
|
-
Property svn:keywords set to
Id
-
Property svn:mime-type set to
text/x-fortran
|
File size:
864 bytes
|
Line | |
---|
1 | !!---------------------------------------------------------------------- |
---|
2 | !! *** vectopt_loop_substitute *** |
---|
3 | !!---------------------------------------------------------------------- |
---|
4 | !! ** purpose : substitute the inner loop start/end indices with CPP macro |
---|
5 | !! allow unrolling of do-loop (useful with vector processors) |
---|
6 | !!---------------------------------------------------------------------- |
---|
7 | !!---------------------------------------------------------------------- |
---|
8 | !! NEMO/OCE 4.0 , NEMO Consortium (2018) |
---|
9 | !! $Id$ |
---|
10 | !! Software governed by the CeCILL license (see ./LICENSE) |
---|
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.