What is work-sharing constructs, Electrical Engineering

Assignment Help:

Q. What is Work-Sharing Constructs?

A work-sharing construct distributes execution of associated region amongst the members of team which encounters it. A work-sharing construct doesn't launch new threads.

OpenMP defines three work sharing constructs: for, single and sections. In all of these constructs there is an implicit barrier at the end of construct unless a nowait clause is included.

(a) Sections

The sections construct is a no iterative work sharing construct which causes structured blocks to be shared among threads in team. Every structured block is executed one time by one of threads in team. The syntax of portions construct is:

#pragma omp sections [set of clauses.] 

{

 #pragma omp section 

 structured-bloc  

#pragma omp section 

structured-block 

.

.

}

The clause is one of the following:

private(list)

firstprivate(list)

lastprivate(list)

reduction(operator: list)

nowait


Related Discussions:- What is work-sharing constructs

Basic requirement of semiconductor laser, What is basic requirement of semi...

What is basic requirement of semiconductor laser? Draw its label diagram and explain its working with necessary theory. Write down the applications of semiconductor laser.

Variation of energy bands with alloy composition, Variation of Energy Bands...

Variation of Energy Bands with Alloy Composition The  band  structures  of  III-V  ternary  and  quaternary  compounds  modifies  as  their composition is varied. There

Components of gis, Components of GIS: 1.  Software: GIS software gi...

Components of GIS: 1.  Software: GIS software gives the functions and tools required to store, analyze, and show geographical information. The key software elements are:

State the advanatages of GPS system, Advanatages of GPS system These s...

Advanatages of GPS system These systems have been developed to mimic the knowledge and expertise of an expert in a particular field. For instance: -  prospecting for minera

Why equalizing connection are used in lap winding dummy coil, Q.   Explain ...

Q.   Explain why equalizing connection are used in lap winding and dummy coils are some time used in wave winding. Sol.  For batteies operating in parallel, the circulating c

Astigmation control, Astigmation control: In most modern oscilloscopes the...

Astigmation control: In most modern oscilloscopes there is an additional focusing control marked Astigmation . This is used to correct an effect which exactly is analogous to

Fibre optics, 1. A very narrow laser beam in air is shone into a sphere of ...

1. A very narrow laser beam in air is shone into a sphere of solid glass that has a uniform refractive index n>1 and radius ? . The beam makes an angle a in air with the normal to

Determine average of integers by assembly language program, Write an assemb...

Write an assembly language program to determine average of 'n' integers. Ans  MOV AX, 0000; Initial sum 0000  MOV BX, 0000  MOV SI, 0201H  MOV CX, [SI]  BACK: I

Engineer, explain the alphanumeric codes

explain the alphanumeric codes

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd