mirror of
https://github.com/foxsen/archbase.git
synced 2026-05-01 05:50:24 +08:00
initial import to public repository
This commit is contained in:
2
materials/chapter10/for.c
Normal file
2
materials/chapter10/for.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#pragma omp for [private(list)| firstprivate(list)|lastprivate(list)| \
|
||||
reduction(reduction-identifier:list)|schedule(kind[,chunk_size])|collapse(n)|ordered| nowait] newline
|
||||
Reference in New Issue
Block a user