Research Article

Performance of a Code Migration for the Simulation of Supersonic Ejector Flow to SMP, MIC, and GPU Using OpenMP, OpenMP+LEO, and OpenACC Directives

Listing 2

Parallel region containing a loop.
!$OMP PARALLEL SHARED() &
!$OMP & FIRSTPRIVATE()
!$OMP DO
!$OMP END DO
!$OMP END PARALLEL