OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.11.2.f90] - Blame information for rev 827

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

Line No. Rev Author Line
1 149 jeremybenn
! { do-do compile }
2
 
3
      SUBROUTINE A11_2(AA, BB, CC, DD, EE, FF, N)
4
      INTEGER N
5
      REAL AA(N,N), BB(N,N), CC(N,N)
6
      REAL DD(N,N), EE(N,N), FF(N,N)
7
!$OMP PARALLEL
8
!$OMP WORKSHARE
9
            AA = BB
10
            CC = DD
11
!$OMP END WORKSHARE NOWAIT
12
!$OMP WORKSHARE
13
            EE = FF
14
!$OMP END WORKSHARE
15
!$OMP END PARALLEL
16
      END SUBROUTINE A11_2

powered by: WebSVN 2.1.0

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