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

Copy data byte 10h ldax instruction, Copy  data byte  10H LDAX  instruct...

Copy  data byte  10H LDAX  instruction Example : Copy  data byte  10H  stored at memory  location 3020 H to  the accumulator using  LDAX  instructions. Solution : To use

Gto - gate turn off, GTO ( Gate Turn Off) GTO stands for gate  turn o...

GTO ( Gate Turn Off) GTO stands for gate  turn off  thyristor . it is four layer  PNPN  device. It can be  triggered into conduction like a conventional thyristor  by a pulse

Electrical distribution system, 1. Name the three parts of a programmable l...

1. Name the three parts of a programmable logic controller (PLC) and explain why the PLC is preferred by designers over electromechanical relays. 2. Medium-voltage circuit break

Show procedure of divide the decimal number by 2, Q. Show procedure of divi...

Q. Show procedure of divide the decimal number by 2? For this procedure (method), divide the decimal number by 2, if the remainder is 0, on the side write down a 0. If the rema

Discuss description of insulating materials, Discuss description of insulat...

Discuss description of insulating materials on the basis of physical and chemical structure Insulating materials, on the basis of their physical and chemical structure may be d

Transformes, how to calculate the sending line voltage

how to calculate the sending line voltage

Determine the regulation of three-phase, A three-phase, six-pole, wye-conne...

A three-phase, six-pole, wye-connected synchronous generator is rated at 550 V and has a synchronous reactance Xs = 2 . When the generator supplies 50 kVA at rated voltage and a p

What do you mean by sign bit, Q. What do you mean by Sign Bit? The sign...

Q. What do you mean by Sign Bit? The sign bit is like simple as it gets 0 denotes a positive number and 1 denote a negative number and flipping the value of this bit flips the

Transformers., Calculations of sending line voltage

Calculations of sending line voltage

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