OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [graphite/] [id-1.f90] - Blame information for rev 322

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
program NF
2
end program NF
3
subroutine mattest(nx,ny,nz,band1,band2,band3,stiffness,maxiter,targrms,method)
4
  integer,parameter :: dpkind=kind(1.0D0)
5
  character(*) :: method
6
  real(dpkind),allocatable,dimension(:) :: ad,au1,au2,au3,x,b
7
  allocate(ad(nxyz),au1(nxyz),au2(nxyz),au3(nxyz),x(nxyz),b(nxyz))
8
  au1(nx:nxyz:nx) = 0.0
9
  if ( method=='NFCG' ) then
10
  endif
11
end subroutine mattest

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.