OpenCores
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/] [gomp/] [appendix-a/] [a.7.1.f90] - Blame information for rev 316

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
SUBROUTINE A7_1(A,N)
3
INTEGER OMP_GET_THREAD_NUM
4
REAL A(*)
5
INTEGER I, MYOFFSET, N
6
!$OMP PARALLEL PRIVATE(MYOFFSET)
7
       MYOFFSET = OMP_GET_THREAD_NUM()*N
8
       DO I = 1, N
9
          A(MYOFFSET+I) = FLOAT(I)
10
       ENDDO
11
!$OMP END PARALLEL
12
END SUBROUTINE A7_1

powered by: WebSVN 2.1.0

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