Lines Matching full:target
16 !$omp target parallel device(0)
20 !$omp end target parallel
22 !ERROR: At most one DEVICE clause can appear on the TARGET PARALLEL directive
23 !$omp target parallel device(0) device(1)
27 !$omp end target parallel
29 !$omp target parallel defaultmap(tofrom:scalar)
33 !$omp end target parallel
36 !$omp target parallel defaultmap(tofrom)
40 !$omp end target parallel
42 !ERROR: At most one DEFAULTMAP clause can appear on the TARGET PARALLEL directive
43 !$omp target parallel defaultmap(tofrom:scalar) defaultmap(tofrom:scalar)
47 !$omp end target parallel
49 !$omp target parallel map(tofrom:a)
53 !$omp end target parallel
55 !ERROR: COPYIN clause is not allowed on the TARGET PARALLEL directive
57 !$omp target parallel copyin(a)
61 !$omp end target parallel
63 !$omp target parallel do device(0)
67 !$omp end target parallel do
69 !ERROR: At most one DEVICE clause can appear on the TARGET PARALLEL DO directive
70 !$omp target parallel do device(0) device(1)
74 !$omp end target parallel do
76 !$omp target parallel do defaultmap(tofrom:scalar)
80 !$omp end target parallel do
83 !$omp target parallel do defaultmap(tofrom)
87 !$omp end target parallel do
89 !ERROR: At most one DEFAULTMAP clause can appear on the TARGET PARALLEL DO directive
90 !$omp target parallel do defaultmap(tofrom:scalar) defaultmap(tofrom:scalar)
94 !$omp end target parallel do
96 !$omp target parallel do map(tofrom:a)
100 !$omp end target parallel do
103 !$omp target parallel do copyin(a)
107 !$omp end target parallel do
109 !$omp target teams map(a)
113 !$omp end target teams
115 !$omp target teams device(0)
119 !$omp end target teams
121 !ERROR: At most one DEVICE clause can appear on the TARGET TEAMS directive
122 !$omp target teams device(0) device(1)
126 !$omp end target teams
128 !ERROR: SCHEDULE clause is not allowed on the TARGET TEAMS directive
129 !$omp target teams schedule(static)
133 !$omp end target teams
135 !$omp target teams defaultmap(tofrom:scalar)
139 !$omp end target teams
142 !$omp target teams defaultmap(tofrom)
146 !$omp end target teams
148 !ERROR: At most one DEFAULTMAP clause can appear on the TARGET TEAMS directive
149 !$omp target teams defaultmap(tofrom:scalar) defaultmap(tofrom:scalar)
153 !$omp end target teams
155 !$omp target teams num_teams(3) thread_limit(10) default(shared) private(i) shared(a)
159 !$omp end target teams
161 !ERROR: At most one NUM_TEAMS clause can appear on the TARGET TEAMS directive
162 !$omp target teams num_teams(2) num_teams(3)
166 !$omp end target teams
169 !$omp target teams num_teams(-1)
173 !$omp end target teams
175 !ERROR: At most one THREAD_LIMIT clause can appear on the TARGET TEAMS directive
176 !$omp target teams thread_limit(2) thread_limit(3)
180 !$omp end target teams
183 !$omp target teams thread_limit(-1)
187 !$omp end target teams
189 !ERROR: At most one DEFAULT clause can appear on the TARGET TEAMS directive
190 !$omp target teams default(shared) default(private)
194 !$omp end target teams
196 !$omp target teams num_teams(2) defaultmap(tofrom:scalar)
200 !$omp end target teams
202 !$omp target teams map(tofrom:a)
206 !$omp end target teams
208 …!ERROR: Only the TO, FROM, TOFROM, ALLOC map types are permitted for MAP clauses on the TARGET TEA…
209 !$omp target teams map(delete:a)
213 !$omp end target teams
216 !$omp target teams distribute map(a)
220 !$omp end target teams distribute
222 !$omp target teams distribute device(0)
226 !$omp end target teams distribute
228 !ERROR: At most one DEVICE clause can appear on the TARGET TEAMS DISTRIBUTE directive
229 !$omp target teams distribute device(0) device(1)
233 !$omp end target teams distribute
235 !$omp target teams distribute defaultmap(tofrom:scalar)
239 !$omp end target teams distribute
242 !$omp target teams distribute defaultmap(tofrom)
246 !$omp end target teams distribute
248 !ERROR: At most one DEFAULTMAP clause can appear on the TARGET TEAMS DISTRIBUTE directive
249 !$omp target teams distribute defaultmap(tofrom:scalar) defaultmap(tofrom:scalar)
253 !$omp end target teams distribute
255 !$omp target teams distribute num_teams(3) thread_limit(10) default(shared) private(i) shared(a)
259 !$omp end target teams distribute
261 !ERROR: At most one NUM_TEAMS clause can appear on the TARGET TEAMS DISTRIBUTE directive
262 !$omp target teams distribute num_teams(2) num_teams(3)
266 !$omp end target teams distribute
269 !$omp target teams distribute num_teams(-1)
273 !$omp end target teams distribute
275 !ERROR: At most one THREAD_LIMIT clause can appear on the TARGET TEAMS DISTRIBUTE directive
276 !$omp target teams distribute thread_limit(2) thread_limit(3)
280 !$omp end target teams distribute
283 !$omp target teams distribute thread_limit(-1)
287 !$omp end target teams distribute
289 !ERROR: At most one DEFAULT clause can appear on the TARGET TEAMS DISTRIBUTE directive
290 !$omp target teams distribute default(shared) default(private)
294 !$omp end target teams distribute
296 !$omp target teams distribute num_teams(2) defaultmap(tofrom:scalar)
300 !$omp end target teams distribute
302 !$omp target teams distribute map(tofrom:a)
306 !$omp end target teams distribute
308 …!ERROR: Only the TO, FROM, TOFROM, ALLOC map types are permitted for MAP clauses on the TARGET TEA…
309 !$omp target teams distribute map(delete:a)
313 !$omp end target teams distribute
315 !$omp target teams distribute parallel do device(0)
319 !$omp end target teams distribute parallel do
321 !ERROR: At most one DEVICE clause can appear on the TARGET TEAMS DISTRIBUTE PARALLEL DO directive
322 !$omp target teams distribute parallel do device(0) device(1)
326 !$omp end target teams distribute parallel do
328 !$omp target teams distribute parallel do defaultmap(tofrom:scalar)
332 !$omp end target teams distribute parallel do
335 !$omp target teams distribute parallel do defaultmap(tofrom)
339 !$omp end target teams distribute parallel do
341 …!ERROR: At most one DEFAULTMAP clause can appear on the TARGET TEAMS DISTRIBUTE PARALLEL DO direct…
342 !$omp target teams distribute parallel do defaultmap(tofrom:scalar) defaultmap(tofrom:scalar)
346 !$omp end target teams distribute parallel do
348 …!$omp target teams distribute parallel do num_teams(3) thread_limit(10) default(shared) private(i)…
352 !$omp end target teams distribute parallel do
354 …!ERROR: At most one NUM_TEAMS clause can appear on the TARGET TEAMS DISTRIBUTE PARALLEL DO directi…
355 !$omp target teams distribute parallel do num_teams(2) num_teams(3)
359 !$omp end target teams distribute parallel do
362 !$omp target teams distribute parallel do num_teams(-1)
366 !$omp end target teams distribute parallel do
368 …!ERROR: At most one THREAD_LIMIT clause can appear on the TARGET TEAMS DISTRIBUTE PARALLEL DO dire…
369 !$omp target teams distribute parallel do thread_limit(2) thread_limit(3)
373 !$omp end target teams distribute parallel do
376 !$omp target teams distribute parallel do thread_limit(-1)
380 !$omp end target teams distribute parallel do
382 !ERROR: At most one DEFAULT clause can appear on the TARGET TEAMS DISTRIBUTE PARALLEL DO directive
383 !$omp target teams distribute parallel do default(shared) default(private)
387 !$omp end target teams distribute parallel do
389 !$omp target teams distribute parallel do num_teams(2) defaultmap(tofrom:scalar)
393 !$omp end target teams distribute parallel do
395 !$omp target teams distribute parallel do map(tofrom:a)
399 !$omp end target teams distribute parallel do
401 …!ERROR: Only the TO, FROM, TOFROM, ALLOC map types are permitted for MAP clauses on the TARGET TEA…
402 !$omp target teams distribute parallel do map(delete:a)
406 !$omp end target teams distribute parallel do
409 !$omp target teams distribute parallel do simd map(a)
413 !$omp end target teams distribute parallel do simd
415 !$omp target teams distribute parallel do simd device(0)
419 !$omp end target teams distribute parallel do simd
421 …!ERROR: At most one DEVICE clause can appear on the TARGET TEAMS DISTRIBUTE PARALLEL DO SIMD direc…
422 !$omp target teams distribute parallel do simd device(0) device(1)
426 !$omp end target teams distribute parallel do simd
428 !$omp target teams distribute parallel do simd defaultmap(tofrom:scalar)
432 !$omp end target teams distribute parallel do simd
435 !$omp target teams distribute parallel do simd defaultmap(tofrom)
439 !$omp end target teams distribute parallel do simd
441 …!ERROR: At most one DEFAULTMAP clause can appear on the TARGET TEAMS DISTRIBUTE PARALLEL DO SIMD d…
442 !$omp target teams distribute parallel do simd defaultmap(tofrom:scalar) defaultmap(tofrom:scalar)
446 !$omp end target teams distribute parallel do simd
448 …!$omp target teams distribute parallel do simd num_teams(3) thread_limit(10) default(shared) priva…
452 !$omp end target teams distribute parallel do simd
454 …!ERROR: At most one NUM_TEAMS clause can appear on the TARGET TEAMS DISTRIBUTE PARALLEL DO SIMD di…
455 !$omp target teams distribute parallel do simd num_teams(2) num_teams(3)
459 !$omp end target teams distribute parallel do simd
462 !$omp target teams distribute parallel do simd num_teams(-1)
466 !$omp end target teams distribute parallel do simd
468 …!ERROR: At most one THREAD_LIMIT clause can appear on the TARGET TEAMS DISTRIBUTE PARALLEL DO SIMD…
469 !$omp target teams distribute parallel do simd thread_limit(2) thread_limit(3)
473 !$omp end target teams distribute parallel do simd
476 !$omp target teams distribute parallel do simd thread_limit(-1)
480 !$omp end target teams distribute parallel do simd
482 …!ERROR: At most one DEFAULT clause can appear on the TARGET TEAMS DISTRIBUTE PARALLEL DO SIMD dire…
483 !$omp target teams distribute parallel do simd default(shared) default(private)
487 !$omp end target teams distribute parallel do simd
489 !$omp target teams distribute parallel do simd num_teams(2) defaultmap(tofrom:scalar)
493 !$omp end target teams distribute parallel do simd
495 !$omp target teams distribute parallel do simd map(tofrom:a)
499 !$omp end target teams distribute parallel do simd
501 …!ERROR: Only the TO, FROM, TOFROM, ALLOC map types are permitted for MAP clauses on the TARGET TEA…
502 !$omp target teams distribute parallel do simd map(delete:a)
506 !$omp end target teams distribute parallel do simd