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

Calculate the evaporation using penmans method, (a) Average rainfall during...

(a) Average rainfall during the month of January is found to be R mm. A Class A pan evaporation recorded an average of [7 + ( R /100)] mm/day near an irrigation reservoir. The av

Illustrate sources and loads, Q. Illustrate Sources and Loads? A source...

Q. Illustrate Sources and Loads? A source-load combination is represented in Figure. A node is a point at which two or more components or devices are connected together. A part

Switching characteristics, Switching Characteristics Switching  charact...

Switching Characteristics Switching  characteristics  of BJT  are shown  in figure. Due  to the presence of internal  capacitances BJT  cannot be  turned  instantly. Initially

Basic principles of electrical engineering, What is ideal and real sources?...

What is ideal and real sources? Source conversion? Nodal voltage method for d.c circuit?

Audio Amplifier, Hi, i''ve been given this task: You are required to desig...

Hi, i''ve been given this task: You are required to design a multi-stage audio amplifier with the following specification: Voltage gain 250 Input resistance 200 kOhm Output resi

Name the flag available in status register of 8086, What are the different ...

What are the different flag available in status register of 8086? There are Six flags are present. They are, AF - Auxiliary Carry Flag CF - Carry Flag OF - Ove

Successive-approximation analog to digital converter, Successive-approximat...

Successive-approximation analog to digital converter This converter, shown in Figure, also contains a D/A converter, but the binary counter is replaced by a successive-approxim

Show limitations of microprocessor-based control systems, Q. Show limitatio...

Q. Show limitations of microprocessor-based control systems? Practical limitations of microprocessor-based control systems stem from the following considerations: • Finite-w

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