~ubuntu-branches/ubuntu/raring/blitz++/raring

« back to all changes in this revision

Viewing changes to benchmarks/loop12f90.f

  • Committer: Bazaar Package Importer
  • Author(s): Konstantinos Margaritis
  • Date: 2005-02-28 20:25:01 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050228202501-3i4f2sknnprsqfhz
Tags: 1:0.8-4
Added missing build-depends (Closes: #297323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
      SUBROUTINE loop12_F90(N, y, a, x, b, c, d, u)
2
 
      INTEGER i, N
3
 
      REAL*8 y(N), a(N), x(N), b(N), c(N), d(N), u
4
 
 
5
 
      y=u+a
6
 
        x=a+b+c+d
7
 
      RETURN
8
 
      END
9
 
 
10
 
 
11
 
      SUBROUTINE loop12_F90Overhead(N, y, a, x, b, c, d, u)
12
 
      INTEGER i, N
13
 
      REAL*8 y(N), a(N), x(N), b(N), c(N), d(N), u
14
 
 
15
 
      RETURN
16
 
      END