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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [gomp/] [appendix-a/] [a.37.1.f90] - Rev 694

Compare with Previous | Blame | View Log

! { dg-do compile }
      SUBROUTINE WORK(I)
      INTEGER I
        I=I+1
      END SUBROUTINE WORK
      SUBROUTINE INCORRECT()
        INTEGER OMP_GET_NUM_THREADS
        INTEGER I, NP
        NP = OMP_GET_NUM_THREADS()   !misplaced: will return 1
!$OMP PARALLEL DO SCHEDULE(STATIC)
          DO I = 0, NP-1
            CALL WORK(I)
          ENDDO
!$OMP END PARALLEL DO
      END SUBROUTINE INCORRECT

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.