
!$acc serial loop async(5)

!$acc serial loop attach(a, b, c)

!$acc serial loop copy(a, b, c)

!$acc serial loop copyin( x[0 : N], y[0:M] )

!$acc serial loop copyin( readonly :m , n)

!$acc serial loop copyin( readonly :m , n , readonly)

!$acc serial loop copyin( readonly : readonly::m , n , readonly)

!$acc serial loop default(present)

!$acc serial loop deviceptr(a, b, c)

!$acc serial loop firstprivate(a, b, c)

!$acc serial loop no_create(a, b, c)

!$acc serial loop present(a, b, c)

!$acc serial loop wait(12, 23, 34)

!$acc serial loop copyout(12, 23, 34)

!$acc serial loop copyout(zero: 12, 23, 34)

!$acc serial loop copyout(zero: 12, 23, 34, zero)

!$acc serial loop copyout(zero: zero::12, 23, 34)

!$acc serial loop create(12, 23, 34)

!$acc serial loop create(zero: 12, 23, 34)

!$acc serial loop create(zero: 12, 23, 34, zero)

!$acc serial loop create(zero: zero::12, 23, 34)

!$acc serial loop if(5)

!$acc serial loop if(x==3)

!$acc serial loop self(5)

!$acc serial loop self(x==3)

!$acc serial loop device_type(x, y, z)

!$acc serial loop reduction( +: x, y, z)

!$acc serial loop reduction( * : x, y, z)

!$acc serial loop reduction( max : x, y, z)

!$acc serial loop reduction( max : x, y, max)

!$acc serial loop reduction( max : max, y, z)

!$acc serial loop reduction( max : max::x, y, max)

!$acc serial loop reduction( max : max::x, max, max::y)

!$acc serial loop reduction( min : x, y, z)

!$acc serial loop reduction( min : x, y, min)

!$acc serial loop reduction( min : min, y, z)

!$acc serial loop reduction( min : min::x, y, min)

!$acc serial loop reduction( min : min::x, min, min::y)

!$acc serial loop reduction( & : x[5], y, z)

!$acc serial loop reduction( | : x, y, z)

!$acc serial loop reduction( ^ : x, y, z)

!$acc serial loop reduction( && : x, y, z)

!$acc serial loop reduction( || : x, y, z)

!$acc serial loop copyin( readonly : x, y, z) copyin( readonly : x, y, a) copyin( readonly : a, b, c)

!$acc serial loop copyin( readonly : x, y, z) copyin( readonly : a, b, c) copyin( readonly : 1, 2, 3)

!$acc serial loop copyin( x, y, z) copyin( readonly : a, b, c)

!$acc serial loop copyin( readonly : x, y, z) copyin( a, b, c)

!$acc serial loop copyin( x, y, z) copyin( a, b, c)

!$acc serial loop copyout( zero : x, y, z) copyout( zero : x, y, a) copyout( zero : a, b, c)

!$acc serial loop copyout( zero : x, y, z) copyout( zero : a, b, c) copyout( zero : 1, 2, 3)

!$acc serial loop copyout( x, y, z) copyout( zero : a, b, c)

!$acc serial loop copyout( zero : x, y, z) copyout( a, b, c)

!$acc serial loop copyout( x, y, z) copyout( a, b, c)

!$acc serial loop create( zero : x, y, z) create( zero : x, y, a) create( zero : a, b, c)

!$acc serial loop create( zero : x, y, z) create( zero : a, b, c) create( zero : 1, 2, 3)

!$acc serial loop create( x, y, z) create( zero : a, b, c)

!$acc serial loop create( zero : x, y, z) create( a, b, c)

!$acc serial loop create( x, y, z) create( a, b, c)

!$acc serial loop reduction( + : x, y, z) reduction( + : x, y, a) reduction( + : a, b, c)

!$acc serial loop reduction( + : x, y, z) reduction( * : a, b, c)

!$acc serial loop reduction( max : x, y, z) reduction( min : a, b, c)

!$acc serial loop reduction( min : x, y, z) reduction( min : a, b, c)

!$acc serial loop reduction( min : x, y, z) reduction( && : a, b, c)

!$acc serial loop reduction( || : x, y, z) reduction( && : a, b, c)

!$acc serial loop reduction( && : x, y, z) reduction( && : a, b, c)

!$acc serial loop reduction( max : x, y, max) reduction( max : x, y, min)

!$acc serial loop copyin( readonly : x, y, z) copyout( zero : x, y, z) create( zero : x, y, z) reduction( + : x, y, z)

!$acc serial loop async( expression1) async( expression2) async( expression3)

!$acc serial loop async( expression1) async( expression2) async( expression1)

!$acc serial loop async(expression1) async

!$acc serial loop async async(expression1) async

!$acc serial loop self( expression1) self( expression2) self( expression3)

!$acc serial loop self( expression1) self( expression2) self( expression1)

!$acc serial loop self(expression1) self

!$acc serial loop self self(expression1) self

!$acc serial loop

!$acc serial loop private(a, b, c)

!$acc serial loop auto

!$acc serial loop auto auto

!$acc serial loop collapse(1)

!$acc serial loop collapse(1) collapse(2)

!$acc serial loop collapse(1) collapse(1) collapse(2)

!$acc serial loop device_type(a, b, c)

!$acc serial loop gang

!$acc serial loop gang(a, b, c)

!$acc serial loop gang(a, b, c) gang(c) gang(d)

!$acc serial loop gang(a, b, c) gang

!$acc serial loop gang gang(a, b, c) gang gang(d) gang gang(d) gang(a, c, d)

!$acc serial loop independent

!$acc serial loop independent independent

!$acc serial loop seq

!$acc serial loop vector(length : a)

!$acc serial loop vector(length : a) vector(length : b)

!$acc serial loop vector(length : a) vector(length : a)

!$acc serial loop vector(c) vector(length : c)

!$acc serial loop vector(c) vector(b)

!$acc serial loop vector(c) vector(c)

!$acc serial loop worker(num : a)

!$acc serial loop worker(num : a) worker(num : b)

!$acc serial loop worker(num : a) worker(num : a)

!$acc serial loop worker(c) worker(num: c)

!$acc serial loop worker(c) worker(b)

!$acc serial loop worker(c) worker(c)

!$acc serial loop tile(1)

!$acc serial loop tile(1) tile(2)

!$acc serial loop tile(1) tile(1) tile(2)

!$acc serial loop tile(1) tile(1) tile(2) worker(num: a) worker(num : 5) independent collapse(1)

!$acc end serial loop
