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

    Plane equation given two points and distance to parallel line

    Homework Statement Find the plane through the points P = (1, 1, −1) and Q = (2, 1, 1) and parallel to a line r {(1, 0, 2) + t(1, 0, 2), t ∈ R} with distance 1 to the plane Homework Equations A=(a1,a2,a3),B(b1,b2,b3),A and B are vectors. AxB= det[i j k;a1 a2 a3;b1 b2 b3] ";" means change of...
  2. D

    Magnetic field between 2 parallel wires

    Homework Statement Sorry. I know this question is on the forum somewhere, but I still don't get it... Thus. For parallel wires, at the mid-point of the wires, what is the strength of the magnetic field? Do I use the formula B=\frac{μi_{1}i_{2}L}{2∏r}, or is it the sum of B=\frac{μi}{2∏r}...
  3. N

    Impedance of Parallel Circuit

    A 1000 ohm resistor, 500 picofarad capacitor, and 2 millihenry inductor are all conducted in parallel. What is the impedance if the frequency is 10 kilocycles per second? 10 megacycles per sec? At what frequency is the absolute value of impedance the greatest? I know I start by considering...
  4. A

    Are rays from opposite sides of a hot spot of CMB parallel or not?

    hello I have a question: i am trying to understand how we find out that the curvature of the universe is zero using the angular size of the hot spots of the d microwave background radiation. http://scienceblogs.com/startswithabang/2012/07/18/how-big-is-the-entire-universe/ there is a...
  5. Gh778

    Faraday cage in a parallel plate capacitor

    Hi, A parallel plate capacitor is charged from fixed voltage, after I cut voltage source. Now, what's happened if I place a Faraday cage inside capacitor (without touch capacitor) ? Capacity changed ? So energy of capacitor changed ?
  6. R

    Dielectric and Parallel Plate Capacitor, the point?

    Hi, so I'm having a little trouble understanding why... you would put a dielectric in between a parallel plate capacitor? I know it increases the capacitance but it does so by lowering the potential difference sooo... The charge is still the same, I believe the potential energy also decreases as...
  7. J

    Parallel Plate Super-Capacitor

    Just throwing this idea out there and wondering if there is any reason it would not work. In a parallel plate capacitor, the maximum voltage is controlled by the dielectric strength and the thickness of the dielectric. When using vacuum as a dielectric, there is a voltage dependant leakage...
  8. T

    Find the points on a graph at which the tangent line is parallel

    Homework Statement Find the points on the graph y=x^3/2 - x^1/2 at which the tangent line is parallel to y-x=3. Homework Equations The Attempt at a Solution First I found that the derivative of y=x^3/2 - x^1/2 is 1x. I then rewrote the other line as y = 3+x and found the...
  9. T

    Adding parallel current sources?

    Homework Statement I am somewhat confused about when you can add parallel current sources: Are the sources in the diagram I drew - A - in parallel? To me they look like they are but I am not sure... Is there an easy way to visualize these problems?
  10. T

    Parallel Computing Project on Kickstarter (computer for $99)

    Check this out: http://www.kickstarter.com/projects/adapteva/parallella-a-supercomputer-for-everyone. It's a project that aims to create open source hardware for scalable parallel computing. If you pledge $99, you get one of the computer they are building. In case anyone is wondering about...
  11. A

    Help finding the differential equations from an L + R in parallel with C

    Hi there guys. Homework Statement I am trying to solve a circuit that has a constant voltage source (V) in series with an inductor (L), then that inductor is connected to a resistor (R) in parallel with a capacitor (C). Homework Equations ------- The Attempt at a Solution...
  12. N

    Magnetic field from four parallel wires

    Homework Statement Hi I am looking at four parallel wires of finite length L, whose currents run in the directions shown in the attached figure. There is no gradient along the wire-axis, so from Maxwell's equation \frac{dB_x}{dx} = -\frac{dB_y}{dy} \equiv \tilde B. In order to find an...
  13. P

    Circuit question: Why are these R in series and not in parallel?

    Homework Statement Ok so I don't actually need help to solve the problem and find the currents and voltages for each resistors, that is done and quite easy for me. What I don't understand for this specific problem is why everything in the solution is inverse. For example: R1 and R2, my...
  14. S

    Magnetic Field at a point due to two parallel wires

    Homework Statement Two long parallel wires are a center-to-center distance of 4.90 cm apart and carry equal anti-parallel currents of 3.70 A. Find the magnetic field intensity at the point P which is equidistant from the wires. (R = 10.00 cm)...
  15. M

    Net force on 3 parallel wires carrying current.

    Homework Statement You are given 3 wires parallel to each other (1)------> I (2)<-------I (3)------->I http://www.webassign.net/knight/p32-38alt1.gif (not sure it this link works) I1=I2=I3 = 16A the distance between the wires is d=2cm length of the wires is l= 50cm Homework Equations I...
  16. S

    Electrostatics questions, parallel plates, force, field

    Homework Statement 1. A 2*10^-6C charged object is .40m left of an another 2*10^-6C charged object, with a 3*10^-6C charged object .40m to the right of the centre object, creating three charged objects in a line. Calculate the magnitude of the net electric force on the centre charge due to...
  17. P

    Engineering How to Correctly Solve a Circuit Analysis Homework Problem?

    Homework Statement http://puu.sh/1faG5 Homework Equations The Attempt at a Solution http://puu.sh/1faFD I labelled the nodes ^^. I redrew the circuit based on the nodes, I ignored the 10 ohm resistor because it short circuits. (Note: I drew the series resistors in reverse order, 80 ohms...
  18. S

    How Do Electrons Behave Between Charged Parallel Plates?

    Homework Statement An electron beam enters the region between two oppositely charged parallel plates near the negatively charged plate, as shown below. The plates are 0.150m long and are 0.040m apart. There is an electrical potential difference of 60.0V across the two plates which creates an...
  19. U

    Measuring obstacle size in a parallel circuit of different lengths of wire

    Homework Statement In lab, we were instructed to create a circuit that uses nichrome wires and identical bulbs to measure the obstacle caused by an object. To do this, we slid the alligator clip along the nichrome wire until the 2 bulbs in parallel are the same brightness. The object that we...
  20. S

    Rotate 1 plane in 3d space to be parallel to another

    I'm not sure if this is the right forum. I'm actually trying to solve this for a computer program given shape A and shape B i'd like to rotate shape A so a given face is parallel to the nearest face of shape B http://postimage.org/image/shb6kyv6d/ attached image but i can't see it...
  21. NukeEngineer

    Ideal current source parallel connected with ideal Voltage Source and vice versa

    Homework Statement Homework Equations Anyone Know why If an ideal voltage source and an ideal current source are connected in parallel, then the combination has exactly the same properties as a voltage source alone? and If an ideal voltage source and an ideal current source are...
  22. K

    What value will make these two vectors parallel?

    Homework Statement What value of c will make these two vectors parallel? Homework Equations 3i + 2j + 9k = w 5i - j + ck = v The Attempt at a Solution I tried too find a common factor to multiply by the w vector to get the components of the v vector, but no luck. 3i...
  23. P

    Finding parallel and perpendicular components of a force

    Homework Statement Consider a plane with the outer normal unit vector of (1/√2, -1√2, 0). There is a force of (2,1,5) acting on the surface. What is the component of force normal and parallel to the plane? What is the maximum parallel component to the plane? I would like to check my answers...
  24. B

    Resistor and Current Source in Parallel with Short Circuit?

    This circuit is really confusing me. I'm trying to find i using KVL and KCL. What's throwing me off is the short circuit effectively created by the inductor. I know that the whole circuit can't be short circuited because there is a current source that is preventing all of i from going through...
  25. F

    How to understand Parallel Transport

    I'm listening to Prof. Leonard Susskind's lectures on GR on youtube.com at http://www.youtube.com/watch?v=hbmf0bB38h0&feature=relmfu He's trying to explain how to visualize parallel transport of a vector. But I'm having a hard time of it. I think I understand it. Let me know if I got it...
  26. P

    Gauss Law with Charged Sphere and Infinite Parallel Plates

    Hi guys, this is more of a conceptual question, so I hope you guys can give me a detailed explanation if possible. Homework Statement Find the Electric Field inside a Charged Sphere (charge only on the surface) and between two Parallel Plates (oppositely charged) separated by some distance d...
  27. B

    Proving that planes are parallel

    In ℝ^{3}, how would I go about proving that two planes are parallel, given their equations? I know what the "word" parallel means, in the sense that two planes are always equidistant from one another, so that they must either never intersect, or that they must intersect at every point on their...
  28. S

    Can parallel spin antiproton annihilate?

    Positronium annihilation opportunities are strongly restricted by the requirement to conserve spin. The spin of a photon is 1; and for some reasons two photons are completely unable to have spins in different directions. They can only have parallel spins (total 2) or antiparallel spins (total 0)...
  29. B

    Lateral area and volume of a cone divided equally by a plane parallel to base

    I am working independently from the book Precalculus Mathematics in a Nutshell by George F. Simmons. Although the book is fairly small, many of the problems are quite challenging, at least for me. I am stuck on this problem: "The height of a cone is h. A plane parallel to the base intersects...
  30. Q

    Engineering Circuit with Series and parallel resistors, voltage division rule

    Homework Statement Given: The power absorbed by the 15 ohm resistor is 15 W. Find R. http://sphotos-a.xx.fbcdn.net/hphotos-snc7/384382_495043340515186_1992745410_n.jpg Homework Equations parallel circuit for 2 resistor: Req =R1R2/ R1+R2 Voltage Division Rule: for series circuit VR2 =...
  31. B

    Voltage, capacitance and EM energy of a parallel plate capacitor

    Homework Statement This is an EM waves class, but we are given the following problem, which seems deceptively simple. I'd like some feedback to see if this is done correctly. Homework Equations Consider a parallel plate capacitor connected with a resistor with resistance R, as shown in the...
  32. K

    Question about basic Circuit, parallel and series connect

    Homework Statement if I have something looks like the photo attach, could I say that R2 and R4 are in series? It asks to compute the current through the R2 branch, but I am curious about these two resistors are in series or not. Homework Equations definition of series and parallel...
  33. B

    Geometry Proof - Parallel Lines

    Homework Statement Given: AB \coprod CD ; \angleA \cong \angleC Proof: AD \coprod BCHomework Equations Idk how to necessary finish it...The Attempt at a Solution Statement -------------- Proof 1. AB \coprod CD ; \angleA \cong \angleC ----------- 1. Given 2. I say \angleA is supp. \angleD and...
  34. tomwilliam2

    Charge on a parallel plate capacitor

    Homework Statement If a parallel plate capacitor is charged with charge Q and -Q on its plates, respectively, and then isolated, then we place a dielectric into the space between the plates, does the charge on the plates decrease, or stay the same.Homework Equations U=(QV)/2The Attempt at a...
  35. B

    Engineering Is it possible to solve for VL in this parallel RL circuit?

    Homework Statement I have the following parallel RC circuit. At time T = 0, the switch will close and the circuit will be connected. We assume that prior to T = 0, the circuit was at a steady-state. I want to calculate VL(t) -- but I am being told that this is not possible for this...
  36. S

    Circuit Problem with Resistors connected in parallel and series

    Homework Statement A circuit is constructed with five resistors and a battery as shown. The battery voltage is V = 12.0 V. The values for the resistors are: R1 = 76.0 Ω, R2 = 149.0 Ω, R3 = 169.0 Ω, and R4 = 121.0 Ω. The value for RX is unknown, but it is known that I4, the current that flows...
  37. F

    Parallel Plates Capacitors, two capacitors.

    1. I mostly just need help understanding 3 and 4. And also understanding how to tell if things drawn on a circuit diagram/sketch are parallel or in series. I have the correct answer already, but it was mostly just guessing for 3 and 4. The sketch is a side view of two capacitors consisting...
  38. L

    Magnetic Field Force on Parallel Moving Charges

    Why don't magnetic fields not force to charges/currents that are moving parallel to the field? Does it have something to do with the orientation of the field created by the moving charge in relation to the field it is in? I know the answer of this question may not be clear yet, but are...
  39. D

    How to find an equation for two parallel lines

    Homework Statement The two lines are in symmetric equations. L1 is (x-1)/2=(y+1)/3=-z. L2 is (x+1)/2=(y-1)/3=3-z. Find the equation of the plane containing the lines. The point on L1 is (1,-1,0) with slope of (2,3,-1) The point on L2 is (-1,1,3) with slope of (2,3,-1) Homework Equations...
  40. K

    Sum of capacitors connected in Series and in Parallel

    Homework Statement Find the sum value of capacitors. Homework Equations The Attempt at a Solution I tried to redraw the scheme like in the picture below, but my teacher told me it's not correctly redrawn. I hope You'll prove to me that my redrawn scheme is correct... If not I'm more than...
  41. C

    Kirchhoff's rules for resistors in parallel

    Homework Statement Use Kirchoff's rules to determine I1, I2 and I3 for the following circuit: Use the following values:ε = emf = 9 V r = internal resistance = 1.5 R1 = 5 R2 = 15 R3 = 13.75 Homework Equations The Attempt at a Solution I found I1 to be .9328 by adding all the...
  42. I

    Design & Build a 4-Axis Parallel Robotic Arm

    I search information about how to design and build a four axis parallel robotic arm like there is in the picture that I added.
  43. O

    Equivalent Resistance/ resistors in series and parallel

    Homework Statement Find R_AB in the network. Look at attached file "Problem"Homework Equations R_S= R1+R2+R3+...Rn (for series resistors) 1/RP= 1/R1 + 1/R2 + 1/R3 + 1/Rn... (for parallel resistors) V=IR (ohm's law)The Attempt at a Solution Look at attached file "Problem Attempt" I know I'm...
  44. P

    Identifying parallel elements in a circuit

    In the following circuit, a) identify all combinations of 2 or more circuit elements that are connected in series and b) Identify pairs of circuit elements that are connected in parallel. http://imgur.com/keorO a) Seems easy enough, the 4 and 6 ohm resistors are in series, and so are the 5...
  45. Y

    Distinguishing series & parallel circuit

    This is a general question. I'm having a hard time distinguishing complicated series and parrallel circuits. For example, in the picture, how do you simplify the circuit?
  46. P

    How to determine the surface charge density for a parallel plate capacitor

    Homework Statement The problem statement is given in the figure below Homework Equations E=σ/(2* ε) The Attempt at a Solution The top plate is assumed to be negative charge. The bottom plate is assumed to be positive charge. Since negative charge pulls and positive charge pushes...
  47. P

    Equation of Parallel Plane Equidistant to a Point

    Homework Statement Find the equation of the plane parallel to 2x - y + 2z = 4 if the point P = (3,2,-1) is equidistant from both planes. Homework Equations a(x-x0) + b(y-y0) + c(z-z0) = 0 The Attempt at a Solution I found the normal vector to the given plane first, as this is quite easy...
  48. cocopops12

    Two different voltage sources in parallel....

    What would happen if this circuit was implemented practically with batteries? This circuit makes no logic to me because how can the same node be at two different electric potentials?. But i tried thinking about it and here's my 'naive' explanation: The 12V battery will start supplying a...
  49. D

    Calculating friction in Parallel?

    Hi, For a school project I have created a system which applies an equal force to 4 objects of measurable friction. Each yields a frictional force of approx. 3N (calculated from F = μFNormal) when in motion - but I am not quite sure as to calculating the total frictional force the combined set...
  50. L

    Horizontal Lift vs Parallel Transport in Principal Bundle & Riemannian Geometry

    I am a physicist trying to understand the notion of holonomy in principal bundles. I am reading about the horizontal lift of a curve in the base manifold of a principal bundle (or just fiber bundle) to the total space and would like to relate it to the "classic" parallel transport one comes...
Back
Top