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

Hold input - externally initiated signals , HOLD Input This  signal (W...

HOLD Input This  signal (When  goes high ) indicates that  other device ( such as DMA Controller) is requesting the  use of  address and data buses. DMA controller is  explaine

Show advantages and disadvantages of a r-c couple amplifier, Q. What are th...

Q. What are the advantages and disadvantages of a R-C coupled amplifier. Advantages · It has excellent frequency response. The gain is constant over the audio frequency ra

Ohms law, Normal 0 false false false EN-US X-NONE X...

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

Explain piezoelectricity, Explain piezoelectricity. Piezoelectricity: ...

Explain piezoelectricity. Piezoelectricity: It gives us a means of converting electrical energy to mechanical energy and vice versa. While an electric field is applied to

What do you mean by pipelining in an 8086 processor, What do you mean by pi...

What do you mean by pipelining in an 8086 processor? The computer is composed of two kinds that operate  asynchronously single part called a BIU in the 8086,fetches instruction

Power distribution, Determine the current through each parallel branch of t...

Determine the current through each parallel branch of the system

Tvm, Why is the signal first attenuated and then amplified?

Why is the signal first attenuated and then amplified?

Control system, model reference adaptive controller for interacting coupled...

model reference adaptive controller for interacting coupled tank

Resume, who to write resume for job

who to write resume for job

Show the procedure of octal to decimal conversion, Q. Show the procedure of...

Q. Show the procedure of Octal to Decimal Conversion? To convert from Octal to Decimal, multiply the value in every position by its Octal weight and add each value. Using the v

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