Parallel Definition and 1000 Threads

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. P

    Is this the right way to find Zeq for parallel circuit

    Homework Statement http://www.flickr.com/photos/84781786@N03/8687383259/in/photostream/ Homework Equations Vc=Vsource*Zeq/(200+Zeq) The Attempt at a Solution Is this the correct way to get Zeq 100Ω and inductor as series . so we 100+j100 parallel with the capacitor. which...
  2. D

    Parallel circuit multiple choice question

    This past Monday I took an exam and got a 99, woot woot! But I can't seem to understand why I got the following question wrong: Complete the following statement: A simple series circuit contains a resistance R and an ideal battery. If a second resistor is connected in parallel with R, A) the...
  3. A

    Parallel Universe: Exploring Infinity, Black Holes & Choices

    The Universe divide in two parts The observable Universe which is everything we can see (93 Billion ly) and the whole Universe which is Infinity ! so the question is : if the universe is infinity so if we had repetitions they will be in this Universe because the universe haven't edge ,No...
  4. P

    Capacitor in a Parallel Circuit

    Homework Statement I'm not sure how to put this in words, but I shall try. Alternatively, I've attached an image. It's hand-drawn, but I hope it's legible enough. Imagine a circuit drawn in the shape of a rectangle, with a single resistor ##R_1## on the top side, plus a DC cell...
  5. E

    Resistors in parallel and series

    Homework Statement If an ohmmeter is connected between points and in each of the circuits shown in the figure . For the circuit a) what will it read? For the circuit b) what will it read? http://s3.amazonaws.com/answer-board-image/b299a065-5dff-4564-82e0-d1db1c9c2c88.jpeg Homework...
  6. P

    What Defines a Different Universe?

    Are there Parallel Universes ?
  7. C

    Capacitors in series and Parallel

    Homework Statement Calculate the capacitance between A and B in the attached diagram. (Capacitor.png) The Attempt at a Solution I just want to clarify something in my book first: The definition for capacitors in parallel is given as 'the capacitors are directly wired together at one...
  8. S

    Find the flaw in this proof of the parallel postulate.

    Homework Statement Given P not on line l, line PQ perpendicular to l at Q, line m perpendicular to line PQ at P, and point A ≠ P on m. Let ray PB be the last ray between ray PA and ray PQ that intersects l, B being the point of intersection. There exists a point C on l such that Q*B*C. It...
  9. M

    Finding parallel resistance of an RLC circuit at resonance from V

    Homework Statement I need to be able to determine the equivalent parallel resistance of an RLC parallel circuit, from a measured voltage when the circuit is at resonance. Homework Equations The Attempt at a Solution I know the values of the circuit element, but I'm not sure how...
  10. D

    Radiative Transfer Parallel Plane Atmosphere Help

    I've been working on this problem for about a week (mostly trying to understand it), I'm making little progress and it's due tomorrow. Any help or hints would be greatly appreciated. It's a long paragraph of a problem, so I'll try to summarize as best I can... Main Question: Derive an...
  11. E

    Capacitors in series and parallel

    I really have troubles determining whether a circuit is in series or parallel. Specially when it comes to capacitors, sometimes they draw it horizontally and sometimes vertically and both can occur in one circuit. How for example magically we combine two capacitors drawn like this -l l- and they...
  12. M

    Webpage title: Understanding Series and Parallel Circuits in Circuit Analysis

    Hello, I was curious, if two resistors are separated by a battery (i.e. a circuit looks like battery -> resistor -> battery -> resistor), are the resistors in series? Similar idea with a capacitor. Also, are the resistors parallel if there is a junction that contains a battery and a...
  13. E

    Why is voltage the same in a parallel circuit

    I am wondering why are voltages the same across a parallel circuit. How can we say that it depends on the start and end points only. On what basis? Thanks for clarifying!
  14. B

    Parallel Plate Conductor Question

    Homework Statement There are 2 parallel plates of unknown area. The area between the 2 plates is completely filled with 150 kg of water. The capacitance is .3 mirofaradays. K of water is 120 and had density of 1000 kg/m^3. Also Eo = 9.1 x 10^-12 C^2/(NxM^2). Determine the distance between...
  15. S

    Two parallel springs, frequency change?

    Ok, you guys! Please note that this is NOT a homework question but merely something that's been bothering me for a while. We have a vertical spring with a hanging mass M. We pull the mass down and let it go, thus creating a harmonic oscillator with the frequency f. What happens with the...
  16. N

    Find in-plane shearing stress parallel and perpendicular to the grain

    Homework Statement The grains of the wooden member forms an angle of 15° with the vertical. For the state of the stress shown, determine (a) the in-plane shearing stress parallel to the grain, (b) the normal stress perpendicular to the plane. I have attached an image of the question...
  17. M

    Finding Resistance in a Parallel Circuit

    So there is a parallel circuit with two resistors, R1 and R2, and an ammeter that are connected to a constant 30-volt source. The equivalent resistance of the circuit is 6.0-ohms. The resistance of R1 is 10.-ohms. The resistance of R2 is equal to a) 6.0 Ω b) 2.0 Ω c) 15 Ω d) 4.0 Ω...
  18. M

    Understanding Voltage in Parallel RC Circuits

    Hello, I know that if two resistors are in parallel or two capacitors, they have the same voltage. However, is it the case that a resistor and capacitor in parallel also have equal voltage?
  19. Y

    Two planes contain two non intersecting lines can be made parallel?

    From the book, given any two lines non intersecting lines in 3 space, any two planes each contains one of the lines can always make parallel to each other ( the two planes are parallel). The way the book described is that given two lines, you can produce two vectors V1 and V2, each parallel...
  20. J

    Potential difference in parallel circuit

    Homework Statement I am currently revising some AS level Circuit modules and I'm having trouble seeing how the P.D across 3 components in a parallel circuit can each have the same value as the P.D of the battery. I am probably just being dumb but its just not making sense! such as this...
  21. T

    Work to Move parallel capacitor Plates

    Hi, in my book there are two capacitor plates distance x apart (they are kept connected to a constant voltage source). These plates are moved apart to distance 3x. In order to find the work done to move the capacitors apart (using W=F dl=QE dl), my book takes the charge Q of one plate and...
  22. M

    Parallel Axis Theorem Clarification

    in what situations would you require the use of the parallel axis theorem? Also, from the physics book it says that let x and y coordinates of P(a point parallel to the first axis) be a and b. then let dm be a mass element(what does this mean? a point anywhere within the object?) with the...
  23. B

    Voltage Across Resistors In Parallel

    Homework Statement Consider the circuit shown in the figure below. (R = 31.0 Ω.) (a) Find the current in the 31.0 Ω resistor. (b) Find the potential difference between points a and b. Homework Equations The Attempt at a Solution I am reading the solution of this problem...
  24. J

    Simple parallel circuit question

    Ok so my maths department decided to give us a question about electrical circuits with no information on how they work. Considering that more than half of the students are only starting their physics study this year (including me) it seems a bit odd... I just need a bit of clarification on a few...
  25. V

    Analyzing Parallel RC Circuits with Time Constant Variation

    the attached file is the question I know the time constant after opening the switch but how can i know the time constant when the switch is on? This is NOT the classic initial and AFTER A LONG LONG LONG Time question How can i know the potential of C in t=2s ? What is the equation...
  26. N

    Series and parallel circuits help

    Homework Statement In the circuit shown, find the current in the 20-ohm resistor and the potential difference between points X and Y. Homework Equations The Attempt at a Solution I've never really ran into a problem where the battery is in the parallel branches with resistors...
  27. F

    Electrical Resistance, Current and Voltage in Parallel and Series

    Why is it that introducing more loads in a parallel circuit decrease equivalent resistance? While we're on that topic, why is equivalent resistance, a changeable attribute, the resistance of a battery? And why is the voltage and Current in a series circuit the same across all loads, if the...
  28. F

    Electric field in parallel plate capacitor

    Homework Statement The parameters of an air-filled parallel plate capacitor are: d = 5mm and A = 500cm2. The charge of the electrodes are Q = 10nC and −Q. Inside of the capacitor in the middle point there is a point charge of 0, 02Q. Find the magnitude of the force acting to the point charge...
  29. JJBladester

    Single battery & Single resistor: Series or parallel?

    Homework Statement Can a circuit be both series and parallel? Not series-parallel, but series *and* parallel? Let's say you have a battery with its positive terminal connected to a resistor and its negative terminal connected to the other end of the resistor. Due to conservation of...
  30. B

    Electric Field in 3 Parallel Plates

    Homework Statement What is the electric field at point A in the unit of σ/ε0? Homework Equations E=σ/2ε The Attempt at a Solution I just want to make sure my thinking behind this is correct. From the center we have +5σ. To find the A what I did is subtract the other two -σ from...
  31. C

    Three Bulbs in a Circuit, two parallel, one series.

    Homework Statement So I have a circuit diagram that looks close to This picture. The first bulb in the series is called A, then inner bulb in the parallel is B and the outer is C The questions a) Which, if any, is brightest? b) What happens if you remove C? Homework Equations...
  32. S

    Speed of light measured in/by a parallel frame moving at c

    Scenario: Alice is "sitting" on photon A Bob is "sitting" on photon B both are moving in same direction, their paths are parallel to each other. Per relativity the speed of light is constant So Alice will measure Bob's speed to be c and Bob will measure Alice's speed to be c yet they are...
  33. V

    A question about basic parallel RC circuit

    In a series RC circuit, the current flows until the voltage of the capacitor equals that of the source so that the two voltages oppose each other and there's no net flow. In a parallel circuit, the current indeed does stop flowing through the branch the capacitor is attached to (after the...
  34. M

    Laminar flow fixed parallel plates

    http://books.google.com/books?id=p7WsoU-CfPkC&pg=PA224&lpg=PA224&dq=6.132+fluid+mechanics&source=bl&ots=7q6rcCGewf&sig=EvcrqTJCxqLSPbKrkiztkPS4I6Q&hl=en&sa=X&ei=6vo6UYusIenFyAHHt4GYAQ&ved=0CDoQ6AEwAw#v=onepage&q=6.132%20fluid%20mechanics&f=false Can someone please tell me how they arrived at...
  35. M

    How to find current in parallel and series?

    With 12V battery,I had simplified the look and found the I.total= 0.47874. I need to find the Current and Voltage in all the resistors. I understand the 11 ohms has I=0.47874 and V=5.28V. Then remaining voltage goes to the parallel ones, so the 12 ohms has V=6.72V and I=0.3061A , then the...
  36. M

    Resistors in series and in parallel

    !20V battery.I need to Find Voltage, Resistance and Current in all resistors and total. This is what I did so far. Added 13ohms +15 ohms, then took all 3 of those and made it into one, whihc gave me 7.2258ohms. Did the same for the 72 and 45 to get 27.7 ohms. Then found the total resistance...
  37. M

    Resistors in seris and in parallel

    I have this question I need to Find Voltage, Resistance and Current in all resistors and total. This is what I did so far. Added 13ohms +15 ohms, then took all 3 of those and made it into one, whihc gave me 7.2258ohms. Did the same for the 72 and 45 to get 27.7 ohms. Then found the...
  38. G

    Engineering RLC parallel circuit phasors and current

    Homework Statement Sorry for the stupid question, but I want to be sure whether everything is correct. Here is the problem, I think I managed to do all the parts. 2. The attempt at a solution a)ω=2∏f; ω=4000∏ or 12566.37 rads b)Xl = ωL = 4000∏x0.004=50.27Ω c)I1=R x Vac I2=Xl x...
  39. B

    Initial speed of proton between parallel plate=?

    Homework Statement So I just wrote my midterm in physics, and I was curious on how to do the last question. Parallel plates, length 5.5cm, Distance between them is 0.3 cm Electric Field (E) is 5.4x10^4 Asking what is the initial speed of a proton going through the parallel plates if it just...
  40. U

    E-B crossed fields parallel plate

    Homework Statement A parallel plate has p.d. V with one end 0V and the other +V. B-field of strength B has direction along plates. An electron is released from rest at 0V plate. Show that if V is less than e(DB)2/(2m) the electron will not reach the other plate. Homework Equations...
  41. B

    Parallel boat to dock jump. Sense of Humor required

    Homework Statement The deck of the boat is parallel to the dock as you jump from the boat and the direction of your velocity as you jump is 30° above the horizontal. If the boat was stationary when you jumped and 1.5 m away from the dock, what is the horizontal speed of the boat (in m/s) after...
  42. Petrus

    MHB Find Equation of Normal Line to y=x^2-5x+4 Parallel to x-3y=5

    Hello, i know how to calculate normal line on point but i don't know how to do this problem. "find an equation of the normal line o the parabola y=x^2-5x+4 tha is parallel to the line x-3y=5."
  43. N

    Check my work please? Circuit analysis, resistors in parallel, help

    Can someone check my work for me please? I'm pretty sure i made a mistake with the sign convention but I'm not sure which sources are supposed to be negative. help! Problem: http://imageshack.us/a/img201/339/circuitzz.png My solution: http://imageshack.us/a/img191/8049/circuitz.png...
  44. W

    Capacitor charge in parallel RC circuit

    Homework Statement What is Q(∞), the charge on the capacitor after the switch has been closed for a very long time? a circuit, whose image is attached, has known values for the resistors : R1 = R2 = 72 Ω, R3 = 101 Ω and R4 = 79 Ω, is C = 56 μF, V = 24 V. Homework Equations kirchoff's laws...
  45. K

    Photodiode in parallel with resistor and capacitor

    hello , I am trying to detect a laser pulse with a photodiode , having a power of 100w max of the laser beam with pulse wave of 1microsecond . when i see the output in ocilloscope the wave do not have 1 microsencond this is without any resistor or capacitor. so my question is that what...
  46. fluidistic

    Capacitance of a parallel plate capacitor with dielectrics

    Homework Statement I'm asked to find 1)The capacitance 2)The electric field 3)The surface charge density 4)The polarization charge at the interface between the dielectrics. Of 2 set ups. The first one is a parallel plate capacitor which is half filled with a dielectric ##\varepsilon _1## and...
  47. B

    What is the total charge stored by parallel plate capacitors?

    Hello, I am currently reading about what has been alluded to in the title of this thread. I attached a diagram, as it will be of some help. Okay, in my textbook it says: After the battery is attached to the circuit, the capacitors quickly reach their maximum charge. Let’s call the maximum...
  48. W

    How to find Qmax of a capacitor in parallel RC circuit?

    Homework Statement i tried using the usual Q=VC to answer this question for a multiloop RC circuit, "What is Q(∞), the charge on the capacitor after the switch has been closed for a very long time?" and my answer was wrong. clearly, i can't find Qmax because the resistors contribute to the...
  49. L

    Parallel Axis Theorem | Kinetic and Potential Energy

    Homework Statement A rigid body is made of three identical rods, each with length L = 0.525 m, fastened together in the form of a letter H, as in Figure 10-56 below. The body is free to rotate about a horizontal axis that runs along the length of one of the legs of the H. The body is allowed...
  50. V

    Current of electricity- power of a resistor in parallel

    I got the answer by comparing I2R of the circuit with resistor R but why do i have to use R/2 for power of resistor R?( P= (0.5I)^2 (R/2)) I know its parallel to Resistor Q but i want to find the power of that component so shouldn't it be P= (0.5I)^2 (R) instead?
Back
Top