What is Parallel: Definition and 1000 Discussions

Parallel computing is a type of computation in which many calculations or processes are carried out simultaneously. Large problems can often be divided into smaller ones, which can then be solved at the same time. There are several different forms of parallel computing: bit-level, instruction-level, data, and task parallelism. Parallelism has long been employed in high-performance computing, but has gained broader interest due to the physical constraints preventing frequency scaling. As power consumption (and consequently heat generation) by computers has become a concern in recent years, parallel computing has become the dominant paradigm in computer architecture, mainly in the form of multi-core processors.Parallel computing is closely related to concurrent computing—they are frequently used together, and often conflated, though the two are distinct: it is possible to have parallelism without concurrency (such as bit-level parallelism), and concurrency without parallelism (such as multitasking by time-sharing on a single-core CPU). In parallel computing, a computational task is typically broken down into several, often many, very similar sub-tasks that can be processed independently and whose results are combined afterwards, upon completion. In contrast, in concurrent computing, the various processes often do not address related tasks; when they do, as is typical in distributed computing, the separate tasks may have a varied nature and often require some inter-process communication during execution.
Parallel computers can be roughly classified according to the level at which the hardware supports parallelism, with multi-core and multi-processor computers having multiple processing elements within a single machine, while clusters, MPPs, and grids use multiple computers to work on the same task. Specialized parallel computer architectures are sometimes used alongside traditional processors, for accelerating specific tasks.
In some cases parallelism is transparent to the programmer, such as in bit-level or instruction-level parallelism, but explicitly parallel algorithms, particularly those that use concurrency, are more difficult to write than sequential ones, because concurrency introduces several new classes of potential software bugs, of which race conditions are the most common. Communication and synchronization between the different subtasks are typically some of the greatest obstacles to getting optimal parallel program performance.
A theoretical upper bound on the speed-up of a single program as a result of parallelization is given by Amdahl's law.

View More On Wikipedia.org
  1. dennisk

    Separated paraLLEL COILS WITH MAGNETIC FLUX INTO ONE

    I have two parallel air coils attached to each other but separated by 3" of air. if I move a magnet past one coil it will induce a magnetic flux into it and that will create a voltage across it. Will that voltage transfer to the other coil thereby creating a magnetic pulse in the second coil...
  2. J

    Baterries in parallel and series

    Hi. Lets say I have two batteries{each one has a 12 volts} connected in parallel circuit with a load of 2 ohms.This means,that each battery will force a current of 6A through the circuit and we will have 12 amperes through the circuit. Is this correct.Does the total amount of amps in the...
  3. P

    Finding the Magnitude and Direction of Magnetic Field of 2 parallel wi

    Homework Statement Two long, parallel wires carry currents of I1 = 2.78 A and I2 = 4.80 A in the direction indicated in the figure below. (Choose the line running from wire 1 to wire 2 as the positive x-direction and the line running upward as the positive y-direction.) a) Find the magnitude...
  4. A

    Parallel plate - uniform electric field help

    Homework Statement A parallel-plate uniform electric field with a strength of 325 N/C is oriented as shown below. An electron (q = 1.6 × 10-19 C, m = 9.11 × 10-31 kg) is released (from rest) inside the field and moves 3.2 cm to the left. What is the final speed of the electron at the end of...
  5. M

    Diodes in parallel with resistors and terminal PD

    1. Homework Statement The problem is not answering the questions, as supplied by the book The book then asks you to reverse both diodes, so you still have one diode in the circuit that let's current pass through it and one that does not. When you solve for the PD at Q you use the 0.6V...
  6. J

    Potential difference between the parallel metal plates

    Homework Statement Two metal plates are placed in parallel, 2mm apart. They are then connected to a fully charged 9V battery. Without discharging the plates, the battery is removed, after which the separation between them is increased to 1 cm. What is the new potential difference between the...
  7. K

    Engineering Terminals within a parallel circuit question

    Homework Statement Here's the circuit in question http://s52.beta.photobucket.com/user/I_eat_corn/media/circuit1.png.html I need to calculate the voltage at terminals A, B, C, and D. (A and B are finished and checked) Homework Equations Ohms Law, E=IR, I=E\R, R=E\I, P=VI or RI^2 The...
  8. S

    Comparing Series & Parallel Connections of Helmholtz Coils

    Hi, With the condition that 2 helmholtz coils are parallel with each other sharing the same axis in space . . . What are the differences between electrically connecting up the coils in series and in parallel? cheers
  9. D

    Resistance in a series / parallel?

    Homework Statement Find the equivalent resistance between points A and B shown in the figure(Figure 1) . Consider R1= 2.2 , R2= 1.0 , R3 = 3.6 , R4= 5.0 , R5= 4.0 , and R6= 7.6 . http://i.imgur.com/EBJmSvk.png Homework Equations For resistors in parallel, 1 / Req = 1/r1 + 1/r2 +...
  10. L

    Proton Suspension Between Horizontal Parallel Plates: Charge & Voltage

    1. A proton is suspended in a vacuum between two oppositely charged horizontal parallel plates. The separation between the plates is 2.60mm 2. I assume it uses E=vd/d, but I don't really know 3. what is the sign of the charge on the lower plate? what is the voltage across...
  11. S

    Electrostatic force on a parallel plate

    I'm tasked to find the force one parallel plate exert on the other plate in a capacitor. somehow the force isn't just F=qE, where E=Q/2εA What am I missing here?
  12. A

    Magnetic field at P, between six parallel wires.

    Homework Statement Six infinitely long parallel wires, each carrying current +I in z direction, perpendicular to the (x, y) plane. They are spaced at angles 2pi/7 around a circle of radius d. A seventh wire, which would make the arrangement symmetric, is missing. What is the magnitude and...
  13. D

    Parallel plane - electric field and potential

    parallel plane -- electric field and potential Homework Statement Consider 2 plate A and B. They are connected with a battery and their distance is halved. What will happen as a whole ? Homework Equations The Attempt at a Solution 1. Charge per unit area increase due to increase in electric...
  14. A

    Vector Manipulation (Orthogonal and Parallel Vectors)

    Consider the vectors a=<2,4,-3> and b=<4,-5,6>. Determine vectors v and w such that a=v+w and v is parallel to b while w is orthogonal to b.The dot product of two orthogonal vectors is zero and the cross product of two parallel vectors is zero. A parallel vector is a multiple of the chosen...
  15. A

    Parallel Conducting plates problem

    If we have two parallel conducting plates ( of surfaces 1msq each), set at a very small distance apart, so that the plates can be considered like infinite plates (no edge effect). Both plates are neutral at first. Now a charge (say +Q) is placed on one of the plates. the other still is...
  16. 0

    (Very Basic) Movement of Charged Particles Through Parallel Plate Apparatus

    Homework Statement What is the electric potential two-fifths of the way through a parallel-plate apparatus (from the positive plate) if the plates have a total separation of 5cm and field strength of 5000N/C.Homework Equations Difference Potential Energy = Electric Field Strength x Distance V =...
  17. P

    Determining the electron speed in parallel plates

    Homework Statement Two parallel plates labelled W (negative) and X (positive) are separated by 5.2 cm. The electric potential between the plates is 150 V. An electron starts from rest at time tw and reaches plate X at time tx. The electron continues through an opening in plate X and reaches...
  18. S

    Electric Potential and Energy in Parallel Plate Configuration

    Homework Statement Two oppositely charged parallel plates are separated by 0.20m and have an electric potentiial difference of 1.2*10^3V across them. Locations I and II are in the region between the plates. Distance between top and bottom plate is 0.20m. \stackrel{}{postive...
  19. N

    How do you find the electric fields of regions between parallel infinite sheets.

    Homework Statement How do you find the electric fields of regions between parallel infinite sheets of charge? The set up: 3 parallel infinite sheets of charge a,b,c from left to right. Region 1 is to the left sheet a. Region 2 is between sheets a and b. Region 3 is between sheets b and c...
  20. A

    Power dissipated by a resistor in parallel

    Homework Statement We are given a circuit as follows: V= 10 V and two resistors are in parallel. R1 is 12 ohms and R2 is 5 ohms. What is the power dissipated in the 12 ohm resistor? Homework Equations V=IR P=(I^2)R The Attempt at a Solution I know that the total resistance of...
  21. G

    Springs in Parallel? | Visualizing Compressed Springs

    Hi. I have a mass between 2 springs. See attachment. Both springs are compressed. I'm trying to convince myself that the springs act in parallel. I've done the calculations and it checks out ok, but I'm struggling to visualise this. In my mind, if an external force is applied to the mass to...
  22. R

    Equation of a plane that is parallel to yz-plane

    Homework Statement Find the vector equation of a plane that contains the point P(2,-3,0) and is parallel to the yz-plane Homework Equations Vector equation is in the form... Pi: r = point + t(u) + s(v) s,t element of real numbers The Attempt at a Solution We know that the direction...
  23. T

    Role of ground in charging a parallel plate capacitor

    I am new with the topic Capacitors .I have read that a capacitor can be charged in two ways .One using the battery which I understand .The other is by charging one plate and grounding the other plate .I am not able to understand how this is done . Suppose +q charge is given to a plate ,say...
  24. T

    Parallel Plate Capacitor having equal charges on plates

    Homework Statement Q .1 The plates of a parallel plate capacitor are given equal positive charges. What will be the potential difference between the plates? What will be the charges on the facing surfaces and on the outer surfaces? Q.2 Each plate of a parallel plate capacitor has a...
  25. S

    Calculating Electric Field and Force in Parallel Plate Setup

    Homework Statement An electron traveling 1.3*10^2m/s enters the region between two parallel plates at the distances shown. When it collides with the plates, it has a speed of 1.8*10^3 m/s. What is the electric field between the plates? What is the electrostatic force on the electron? And how...
  26. S

    Parallel transporting of a vector in curved space

    Am I correct in saying that the angular deficit (change in angle) of a vector transported around a closed surface on a curved surface can only be observed by flattening the surface? Actually a further problem- I understand it from the flat sheet to a cone: Cut out a pie from a sheet, Draw a...
  27. R

    Force on Three Parallel Electrical Sheets

    Homework Statement Consider three plane charged sheets, A, B and C. The sheets are parallel with B below A and C below B. On each sheet, there is a surface charge of uniform density: -(4/3) * 10^-5 (Call α) -(7/3) * 10^-5 (Call β) -(3/3) * 10^-5. (Call γ) (The density given includes...
  28. W

    Resistors in parallel and series

    Homework Statement Homework Equations resistors in series add resistors in parallel add inversally. the denominator of the answer(which is the fraction) will be your answer The Attempt at a Solution I added annotations to show my thought process this last part was a good tricky question...
  29. M

    Field lines on parallel plates with same charge

    Homework Statement Draw the field lines between two parallel plates with +3V on one plate and +1V on the therHomework Equations The Attempt at a Solution The answer is (D) for a uniform field between the plates, however when two positive charges are drawn the field lines diverge as in (B)...
  30. C

    Parallel Batteries and their effect on Current.

    Hello, I would like to know how you can calculate the current in a circuit with cells in parallel. When searching for this on the web all I get is current in parallel circuits, and not my specific question about cells in parallel. If there is maybe an equation, method, or link somebody could...
  31. F

    Series parallel capactitive circuit

    Hi guys, I want to ask if I can use the voltage divider rule to solve for part (ii). Thanks!
  32. TheFerruccio

    Solar cells in parallel and series

    Hi, I am conducting an experiment whereby I have to measure the individual performance (on a per-cell basis) of solar cells on a solar panel. The panel has 20 cells, which are 4 strings in parallel of 5 cells in series each. The entire panel has a +V and chassis GND wire that I can open or...
  33. J

    Can 4 Diodes in Parallel Handle a 3.6 Amp Load?

    Can one take 4 - 1 amp diodes check them with diode tester and if they match hook them in parallel and get a 3.6 amp load to pass thru them? John http://d1dtbvo20ouog7.cloudfront.net/s/help-0003.gif
  34. X

    Geometry - Limiting Parallel Rays

    Homework Statement Let us assume that ray XY is a limiting parallel to line l, with P*X*Y. Prove that ray PY is a limiting parallel to line l. Homework Equations Steps will go something like this: Show that ray PZ meets line lat a point V. Pick a point S such that P is between S and...
  35. C

    Probability Q about parallel components

    Homework Statement A parallel system functions whenever at least one of its components works. Consider a parallel system of ##n## components, and suppose that each component works independently with prob 1/2. FInd the conditional prob that component 1 works given that the system is...
  36. R

    Magnetic Field with three parallel wires

    Homework Statement Three long, straight wires are carrying currents that have the same magnitude. In C the current is opposite to that in A and B. The wires are equally spaced. Each wire experiences a net force due to the other two wires. Which wire experiences a net force that has the...
  37. N

    Two parallel mirrors are separated by a certain distance

    Homework Statement Two parallel mirrors are separated by a distance of d = 4 meter. A point object is placed at a position a = 0.4 meter from the mirror 1. How deep is the second image of the object in the mirror 1? How deep is the third image of the object in the mirror 1...
  38. B

    Resistance between parallel wires in an insulator?

    Hi all, New here...I was wondering if anyone knows a formula to calculate the (insulation) resistance between two parallel conductors buried in an insulator. For example say 2 copper pins of 1mm diameter spaced 2mm apart over a 20mm length in a plastic (ptfe). The numbers/material are not...
  39. G

    Engineering Complex current calculation in Parallel R L Circuit

    Homework Statement I need to find the complex current in this circuit http://imageshack.us/photo/my-images/51/figure1j.jpg/ Homework Equations I calculated the inductor's impedance and found that impedance = 12.57 Ohms so I used it in the equation for the Current. I need to write the answer...
  40. bistan

    Proof That Isometries Preserve Parallel Lines

    Hey guys, just wanted to get a quick check that this proof is sound. Homework Statement Let L, K be two parallel lines, and let F be an isometry. Prove that F(L) & F(K) are parallel. Homework Equations If P and Q are points on the plane and F is an isometry, the distance PQ = the distance...
  41. trollcast

    Multiple resistors not in series / parallel

    Homework Statement Circuit as shown: (sorry about the amazing paint skills) The pd is being applied from A to B (C is in the centre of the circle) (1) Determine the relations between the current by reversing V and using symmetry or by any other suitable method (2) Calculate the total...
  42. G

    Resonance in LC(R) parallel circuit

    Homework Statement I did an experiment as followed Given following circuit I measured voltage across capacitor and reciprocal frequency of the generator. espilon, L, C, R, and R_E were given. In one configuration, R was shorted. I have to calculate relative frequencies (gamma)...
  43. F

    Kirchoff's rules & resistors in parallel

    Homework Statement Use Kirchhoff’s junction rule and loop rule (twice) to find the effective resistance of the two resistors connected in parallel as shown, and demonstrate that this agrees with the expression 1/R = 1/R1 + 1/R2 (poorly drawn picture of the circuit) The Attempt at a...
  44. P

    Does torsion make parallel transport direction dependent?

    Torsion has propped up in a couple of recent threads, but none of my texts really cover it well. Does torsion make parallel transport direction dependent? I.e. if we parallel transport some vector v "forwards" along a curve, and then "backwards" along the very same curve to its starting...
  45. Q

    Horizontal lift, or parallel transport

    Hello, everyone! I'm studying Nakahara's book, Geometry, Topology and Physics and now studying the connection theory. I come across a problem. Please look at the two attachments. In the attachment , Nakahara said we could use the similar method in the attachment to get \tilde X, but why...
  46. M

    Deriving Electric Field at Origin for Infinite Line Charge

    Homework Statement A line charge starts at x = +x0 and extends to positive infinity. The linear charge density varies inversely with distance from the origin, λ(x)=(λ0*x0)/x derive the expression for the electric field at the origin, E0, due to this infinetly long line-charge (L→+∞)...
  47. B

    Compound circuit voltage drop along parallel component

    Homework Statement http://imageshack.us/a/img197/3519/circuith.png Equivalent Resistance of circuit = 17.31 Ω Homework Equations V = I * R The Attempt at a Solution Total voltage of the circuit, if I'm doing this correctly should be: E = (3.00 A) * (17.31 Ω) = 51.93 V...
  48. Z

    Can head loss be added in parallel like resistors in circuits?

    Homework Statement I have three valve/coil systems connected in parallel as shown in the attached figure. If I know the head loss of each valve/coil is 40 feet, can I add them in parallel like you do with resistors in circuits? Thanks! Homework Equations 1/h=1/h1+1/h2+1/h3 (possibly)...
  49. Seydlitz

    Potential Energy of an electron in a parallel plate capacitor

    Homework Statement What is the potential energy of an electron in a parallel plate capacitor if kept on the negative plate before being released? Homework Equations 1/2mv^2 = qV = PE Capacitor Energy = 1/2QV The Attempt at a Solution 1/2mv^2 = qV = PE However if I'm not mistaken there's...
  50. B

    Compound Circuits and resistance in a parallel circuit

    Homework Statement http://imageshack.us/a/img829/1351/circuite.png Find the current through R3 and R2. The resistance of R2 and R3 are 3.00 Ω, so the total resistance should be 9.00 Ω. I = 80.0 V / 9.00 Ω = 8.89 A Homework Equations I = E/R (I think?) The Attempt at a...
Back
Top