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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgomp/] [testsuite/] [libgomp.fortran/] [appendix-a/] [a10.1.f90] - Rev 735

Compare with Previous | Blame | View Log

! { dg-do run }
      SUBROUTINE WORK1()
      END SUBROUTINE WORK1
      SUBROUTINE WORK2()
      END SUBROUTINE WORK2
      PROGRAM A10
!$OMP PARALLEL
!$OMP SINGLE
        print *, "Beginning work1."
!$OMP END SINGLE
        CALL WORK1()
!$OMP SINGLE
        print *, "Finishing work1."
!$OMP END SINGLE
!$OMP SINGLE
        print *, "Finished work1 and beginning work2."
!$OMP END SINGLE NOWAIT
        CALL WORK2()
!$OMP END PARALLEL
      END PROGRAM A10

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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