mirror of
https://github.com/foxsen/archbase.git
synced 2026-02-04 10:54:05 +08:00
3 lines
174 B
C
3 lines
174 B
C
#pragma omp for [private(list)| firstprivate(list)|lastprivate(list)| \
|
|
reduction(reduction-identifier:list)|schedule(kind[,chunk_size])|collapse(n)|ordered| nowait] newline
|