OpenMP: Array copying

A simple OpenMP program that performs an array copy in parallel (via parallel for-loops, annotated with pragmas).

General Information

  • Backend: Silicon
  • Language: C / OpenMP / OpenCL
  • Features: Iteration contracts, Arrays, Loop parallelisations, Quantified permissions, Pragmas
  • Path to Example File: openmp/copy-spec.c
  • Should Verify: Yes
  • Date: 2017-06-20
  • Lines of Code: 54 (comments not included)
  • Lines of Specification: 8 (14.8% of total)
  • Computation Time: 15.4 seconds