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

« back to all changes in this revision

Viewing changes to benchmarks/loop8f90.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 loop8_F90(N, a, x, u)
2
 
      INTEGER i, N
3
 
      REAL*8 a(N), x(N), u
4
 
 
5
 
      x=u/a
6
 
      RETURN
7
 
      END
8
 
 
9
 
 
10
 
      SUBROUTINE loop8_F90Overhead(N, a, x, u)
11
 
      INTEGER i, N
12
 
      REAL*8 a(N), x(N), u
13
 
 
14
 
      RETURN
15
 
      END