File: prefetch.h

package info (click to toggle)
aces3 3.0.6-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 82,460 kB
  • sloc: fortran: 225,647; ansic: 20,413; cpp: 4,349; makefile: 953; sh: 137
file content (12 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12

      include 'maxdim.h'

      integer mx_prefetch_context
      parameter (mx_prefetch_context = 1000)

      integer context
      integer nptr_context, ptr_context
      logical prefetch_flag
      common /prefetch/context(mx_array_index,mx_prefetch_context),
     *                 nptr_context, ptr_context(mx_prefetch_context),
     *                 prefetch_flag