mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-27 03:50:35 +08:00
initial import to public repository
This commit is contained in:
8
materials/chapter10/sections.c
Normal file
8
materials/chapter10/sections.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma omp sections [private(list) |firstprivate(list)| \
|
||||
lastprivate(list)|reduction(reduction-identifier:list)|nowait] newline
|
||||
{
|
||||
[#pragma omp section newline]
|
||||
Structured_block
|
||||
[#pragma omp section newline
|
||||
Structured_block]
|
||||
}
|
||||
Reference in New Issue
Block a user