URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [graphite/] [id-1.f90] - Rev 302
Compare with Previous | Blame | View Log
program NFend program NFsubroutine mattest(nx,ny,nz,band1,band2,band3,stiffness,maxiter,targrms,method)integer,parameter :: dpkind=kind(1.0D0)character(*) :: methodreal(dpkind),allocatable,dimension(:) :: ad,au1,au2,au3,x,ballocate(ad(nxyz),au1(nxyz),au2(nxyz),au3(nxyz),x(nxyz),b(nxyz))au1(nx:nxyz:nx) = 0.0if ( method=='NFCG' ) thenendifend subroutine mattest
