File: testC.c

package info (click to toggle)
opari 1.1%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 720 kB
  • sloc: cpp: 2,005; ansic: 901; f90: 252; makefile: 130; sh: 86; fortran: 50
file content (7 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
int main() {

  #pragma omp flush

  #pragma omp flush (i, j, k)

}