File: test3.f90

package info (click to toggle)
opari 1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 720 kB
  • sloc: cpp: 2,005; ansic: 901; f90: 252; makefile: 132; sh: 73; fortran: 50
file content (15 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
      program test3

      !$omp     parallel     & !test !test !test
            !$omp           sections
            write(*,*) "psection"
      !$omp end              &
            !$omp parallel   &
            !$omp sections

      !$omp parallel sections
            write(*,*) "psection"
      !$omp end              &
            !$omp&parallel   &
            !$omp & sections
      end