Description of clauses used in a parallel construct, Electrical Engineering

Assignment Help:

Q. Description of clauses used in a parallel construct?

When a thread comes across a parallel construct a set of new threads is made to execute parallel region. Inside the parallel region every thread has a unique thread number. Thread number of master thread is zero. Thread number of thread may be attained by call of library function omp_get_thread_num.  At this instant we are giving description of clauses used in a parallel construct.

(a) Private Clause: 

This clause declares one or more list items to be private to thread. The syntax of private clause is

                    private(list).

(b) Firstprivate Clause:

The firstprivate clause declares one or more list items to be private to thread and initializes every of them with value that corresponding original item has when construct is encountered. The syntax of firstprivate clause is like this:

                firstprivate(list).

(c) Shared Clause:

The shared clause declares one or more list items to be shared amongst all threads in a team. The syntax of shared clause is :

                shared(list)

 (d) Copyin Clause: 

The copyin clause offers a mechanism to copy value of master thread's threadprivate variable to the threadprivate variable of every other member of team executing parallel region. The syntax of copyin clause is :

              copyin(list)


Related Discussions:- Description of clauses used in a parallel construct

Inverter, single phase voltage source inverter complete circuit

single phase voltage source inverter complete circuit

Software, Write a computer program to implement the finite difference metho...

Write a computer program to implement the finite difference method. The program can be in any computer language that is available within the school. Set up the code to find the pot

Indirect addressing , Indirect Addressing In this  addressing  mo e al...

Indirect Addressing In this  addressing  mo e also ne  of the  operands is the  stored in the memory. The memory  address of the  operand  is specified  by the  register pair.

Zener diode, where is a zener diode used in a car

where is a zener diode used in a car

Show capital asset pricing model, Q. Show Capital asset pricing model? ...

Q. Show Capital asset pricing model? This model was developed by the William F Sharpe ( 1990 Nobel prize winner in the economy ) and john linter in 1960. The model attempt to c

Illustrate in detail b-spline and cubic bezier surfaces, Define ruled surfa...

Define ruled surface and surface of revolution. Illustrate in detail B-spline and cubic Bezier surfaces with their important properties.

Calculate the voltage, Qestions: a)  Draw the approximate equivalent ci...

Qestions: a)  Draw the approximate equivalent circuit for a single phase power transformer. Identify all circuit elements and briefly explain their physical relevance. b)  S

Show the equivalent nor realizations of basic not, (a) Show the equivalent ...

(a) Show the equivalent NOR realizations of the basic NOT, OR, and AND gates. (b) Show the equivalent NAND realization of the basic NOT, AND, and OR gates.

Solid state, What are the fundamentals of solid states?

What are the fundamentals of solid states?

Immediate addressing , Immediate  Addressing In this  addressing mode...

Immediate  Addressing In this  addressing mode that 8/16  bit data  is specified  in the  instruction itself  as its  one of the  operands. Normally the instructions  using  a

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