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

    Fault analysis -- Simplifying to Thevenin equivalent

    Homework Statement [/B] All voltages and impedances are in per unit values. After all the source transformations, why is the voltage source still 1 ? Homework EquationsThe Attempt at a Solution [/B]
  2. S

    Let A, B, and C be vectors in R3....prove r lies in a plane

    Homework Statement ##\vec { \dot { r } } =(t+1)\vec { A } +(1-sint)\vec { B } \quad \vec { r(0) } =\vec { C } ## a. Find an equation of the tangent line to the curve at ##\vec { r(0) } =\vec { C } ##. b. Use a definite integral to find ##\vec { r(t) } ## c. If ##A## and ##B## are non...
  3. P

    MHB Proving equivalence to Euclid Parallel Postulate

    I'm having a hard time proving that the Euclid Parallel Postulate is equivalent to this theorem. Can anyone please help? Euclid Parallel Postulate states: For every line l and point P not on l, there exists exactly one line m so that P is on m and m||l. the theorem states: (Proclus’s Axiom)...
  4. Aimen

    Impedance of circuit (R, L in series. C in parallel)

    Hello. Homework Statement What is the impedance of a circuit in which resistor and inductor are connected in series with each other, and a capacitor is in parallel with them? How should I sum the voltages in order to find the impedance? 2. Homework Equations V = IZ IZ = VR + VC + VL ? The...
  5. sammyqw

    Calculating Total Resistance in a Parallel Circuit

    Homework Statement Find total Resistance Homework Equations 1/Req= (1/R1)+(1/R2)... The Attempt at a Solution Can someone please explain me how 5 ohm R and 3ohm R are in series and then in parallel with the 2ohm R? Thanks
  6. ChloeYip

    Why is Icm not needed in the Parallel Axis Theorem?

    Homework Statement Homework Equations Parallel axis theorem: Ip = Icm + Md^2 Icm = I = ML²/12 + 2 * mr² 3. The attempt Ip = Icm + Md^2 ==> wrong I = Md^2 ==> right Why don't I need to add "Icm"? Thanks.
  7. S

    Two Parallel Wires: Magnetic Fields

    Homework Statement Two long parallel wires are a center-to-center distance of 1.10 cm apart and carry equal anti-parallel currents of 9.70 A. Find the magnitude of the magnetic field at the point P which is equidistant from the wires. (R = 10.00 cm). (See Attachment for orientation) I = 9.7 A...
  8. T

    I How does parallel transportation relates to Rieman Manifold?

    Source: Basically the video talk about how moving from A to A'(which is basically A) in an anticlockwise manner will give a vector that is different from when the vector is originally in A in curved space. $$[(v_C-v_D)-(v_B-v_A)]$$ will equal zero in flat space...
  9. C

    Projectile motion of arrow shot parallel to ground

    Homework Statement You are watching an archery tournament when you start wondering how fast an arrow is shot from the bow. Remembering your physics, you ask one of the archers to shoot an arrow parallel to the ground. You find the arrow stuck in the ground 58.0 m away, making a 3.00° angle with...
  10. moenste

    Voltmeter reading in a parallel circuit with two batteries

    Homework Statement In the circuit below the batteries have negligible internal resistance and the voltmeter V has a very high resistance. What would be the reading of the voltmeter? Answer: 9.6 V. 2. The attempt at a solution I used the Kirchhoff's rule: the current that flows from 10 V is...
  11. S

    Prove r(t) moves in a line, if a and v are parallel

    Homework Statement A point moves on a curve \vec { r } with constant acceleration \vec { A } , initial velocity \vec { { V }_{ 0 } } , and initial position { \vec { { P }_{ 0 } } } b. if \vec { A } and \vec { { V }_{ 0 } } are parallel, prove \vec { r } moves in a line c. Assuming \vec {...
  12. Kernul

    Line parallel to plane with real parameters

    Homework Statement Find for what real parameters the line ##r## is parallel to the plane ##\pi##. ##r: \begin{cases} x - 3y + 3 = 0 \\ 2y + z - 5 = 0 \end{cases}## ##\pi : 6x - (a - 1)y + 3az - 11 = 0## Homework EquationsThe Attempt at a Solution So, the only method I know is to put the three...
  13. S

    Two capacitors in parallel: potential difference/energy

    Homework Statement Two capacitors, one that has a capacitance of 4 μF and one that has a capacitance of 12 μF are connected in parallel. The parallel combination is then connected across the terminals of a 12 V battery. Next, they are carefully disconnected so that they are not discharged. They...
  14. J

    Direction of current in RC parallel circut

    In the figure below in e1 1.64 why is i(t) negative. When switch is put to S1 position, the capacitor will start discharging. So current will flow from top plate of capacitor to resistor to bottom plate of capacitor. Where did negative sign come from in eqn. 1.64? When charging the current...
  15. Kernul

    Distance between two parallel lines

    Homework Statement Refering to this exercise I started https://www.physicsforums.com/threads/checking-if-the-following-lines-are-coplanar.885948/ I now have to find the plane containing the two intersecting lines and the plane containing the two parallel lines. In the case of the parallel...
  16. S

    Time-Varying Electric Field in Parallel Plate Capacitor

    Hi, A time-varying (sinusoidal) voltage source is applied to a parallel plate capacitor of length d. Then the E field will vary according to E(t) = V(t)/d. However, this suggests that, for any given time, the E field is constant with respect to spatial coordinates. Therefore, the curl of E is...
  17. X

    Lorentz boost to obtain parallel E and B fields?

    Homework Statement Suppose given an electric field \vec{E} and a magnetic field \vec{B} in some inertial frame. Determine the conditions under which there exists a Lorentz transformation to another inertial frame in which \vec{E} || \vec{B} Homework Equations If we give a Lorentz boost along...
  18. S

    Find the equation of the plane parallel to two lines

    Homework Statement Let A, B and C be distinct vectors in V3 with B and C non-parallel. a. Find an equation for the plane containing both the line through A parallel to B and the line through A parallel to C. b. Verify that the two lines actually lie in the plane. Homework EquationsThe Attempt...
  19. S

    How Does Closing Switches Affect Charge Stored in Parallel Plate Capacitors?

    Homework Statement Four uncharged metal plates of the same area are placed in vacuum and separated by equal distances. They are connected by conducting wires to two resistors, two open switches and a battery. The thickness of the plates is negligible, and their area is sufficiently large. S1 is...
  20. Molar

    Charge of isolated parallel plate capacitors

    The other day we were working on a problem which stated : Q charge is given to the positive plate of an isolated parallel plate capacitor of 10 μF. Calculate the potential difference betweeen the plates. Our teacher said that as the plate is isolated, Q charge will be divided between the two...
  21. D

    I The two equivalent parallel velocity vectors

    This is an exercise from the textbook Apostol Vol 1 (page 525, second edition), and I do not know how to prove it: Suppose a curve C is described by two equivalent functions X and Y, where Y(t) = X[u(t)]. Prove that at each point of C the velocity vectors associated with X and Y are parallel...
  22. W

    Parallel Flow Exercise Homework: Find QB Value

    Homework Statement I would really appreciate if you could give me some hints regarding what exactly to iii) Homework Equations we know they are in parallel so Q=Q1+Q2+...+Qn delta hloss=delta hloss1+deltahloss2+... delta P=delta P1=delta P2=...The Attempt at a Solution We know flow is...
  23. V

    B Are parallel vectors always in the same direction?

    I am just starting to learn about vectors and I have question regarding vectors and their parallel properties: Assume that we have two vectors A and B, and they are said to be parallel. We know that in order to be parallel the angle between the two vectors either have to be 0 or 180. However...
  24. P

    Engineering How Do You Solve a Parallel Circuit Problem with Unequal Currents?

    Homework Statement Resistor R1, R2, R3 are connected in parallel, have an equivalent resistance of 720(ohms). The currents are labeled I1, I2,and I3. I2 is 3x the value of I1, and I3 is 6x the value of I1. Calculate R1, R2, R3. Homework Equations I used the parallel circuit...
  25. A

    Finding the Electric Field of a Parallel Plate Capacitor

    Homework Statement An electron is launched at a 45∘ angle and a speed of Vo = 5.0×10^6 m/s from the positive plate of the parallel-plate capacitor towards the negative plate. The electron lands 4.0 cm away. Homework Equations F = ma = qE v = d/t s = vt -(1/2)at^2 x = 0.04 m The Attempt...
  26. S

    Sample smaller than parallel plates in capacitance setup

    Hi, My setup for measuring parallel plate capacitance consists of an LCR meter and a parallel plate test fixture. The area of the parallel plates is much larger than the area of the samples I am measuring. From what I've seen in literature, and my physics classes, the sample area should be...
  27. A

    Photodiode parallel to a capacitor

    Dear Forum Members, I am looking for someone who can help me to model the behavior of a photodiode in parallel with a capacitor. I want to model the behavior of a device that I have developed. As you can see in my attached file, the photodiode shows a current-to voltage characteristic with a...
  28. W

    B Could a parallel universe exist?

    I'm just being introduced to quantum mechanics and physics, and I was wondering if the possibility of a parallel universe could exist. And if so, how do we know? I read some articles about the research done with Australian researchers who theorize that parallel universes do exist and interact...
  29. J

    MHB Force on 10 Kg Block on 51° Inclined Plane

    A 10 Kg block lies on a smooth plane inclined at 51 degrees. What force parallel to the incline would prevent the block from slipping?
  30. W

    Induction: Questions reg. Coils vs Parallel Conductors

    Needing a bit of help here. I am trying to transfer an AC signal to a straight conductor via induction. I am trying to quantify the difference in amount of transferred signal (amps) when the source of the signal is a small coil versus a parallel running straight conductor. I am thinking its...
  31. F

    MHB Which Equation Represents a Line Parallel to 3y-1=2x?

    The graph of which of the following equations is a straight line parallel to the graph of 3y-1=2x? A: -3x + 2y = -2 B: -2x + y = 6 C: -2x + 2y = 3 D: -x + 3y = -2 Can you show the work when you answer please? Thanks
  32. M

    Need help with wiring motors in series and in parallel

    Hello, I'm working on my kids ride on cars. He has two of them. On the first it was 6V and came with one motor on one wheel. I updated it to 2 motors, one on each wheel and 12Volts. I put in a DPDT switch so he could select high and low. On high the motors are run in parallel and on low they...
  33. Clara Chung

    Calculating Electron Speed Between Parallel Charged Plates

    Homework Statement An electron is emitted by an electron gun which is midway between two parallel charged plates which are 20 cm apart. The electrical field strength between the plates is20 N C^-1. The electron is attracted towards the positive plate and strikes the plate as shown. If the...
  34. J

    Recharging a battery when Lightbulb and TV are in parallel

    Homework Statement In a household, the wife reads a book that uses a light bulb that has a resistance of 100Ω and is connected to a 100 V line while the husband watches a TV that draws 100 W of power. They do these actives for 200 mins. Power comes from a wind generator that charges batteries...
  35. R

    I A thought about parallel universe

    I thought of something interesting just today. Let's say I have a decision to make, left and right, that will lead to different future. The idea is, there is a universe where I choose left which have different future than if I choose right, in that sense I have no problem. However, in order for...
  36. J

    B Batteries in Parallel Arrangement

    Hi pf, Consider a D.C. circuit with a 5V battery and a 5 ohm resistor which will draw a current of 1A. If we ignore internal resistance then adding another battery in parallel will not change the current through the resistance (V=IR). What will happen is that each battery gets 0.5A each now and...
  37. mertcan

    I Taylor expansion and parallel transport

    hi, first of all in this image there is a fact that we have parallel transported vector, and covariant derivative is zero along the "pr"path as you can see at the top of the image. I consider that p, and r is a point and in the GREEN box we try to make a taylor expansion of the contravariant...
  38. L

    B Are the axes of celestial objects parallel in a galaxy?

    Speaking only of approximately spherical moons, planets, and stars (not asteroids), which rotate about their axis, are the axes all pointed approximately the same direction? Is it true for moons and their parent planet? Is it true for planets and their parent star (solar system)? Is it true for...
  39. L

    Simple problem calculate total Resistance parallel

    Homework Statement I made this problem on my own. resistors are 10 ohms 30 ohms 15 ohms they are in parallel connections between A and B points Voltage across A and B = 12 volts calculate Rtotal Homework Equations 1/ R = 1/ R1 ´+ 1/R2 + 1/R3 The Attempt at a Solution 1/R = 1/10 +1/30 +...
  40. J

    Question about parallel plate stuff

    Homework Statement A cell membrane consists of an inner and outer wall separated by a distance of approximately 10 nm. Assume that the walls act like a parallel plate capacitor, each with a charge density of 10^−5C/m^2, and the outer wall is positively charged. Although unrealistic, assume that...
  41. Z

    Are the rays parallel after they come out of the prism?

    Homework Statement Two rays of light fall on a surface of the prism. Do they remain parallel after they come out from the prism? Homework Equations sina/sinb=n2/n1 The Attempt at a Solution I think they do, as the incidence angles are equal, the refraction angles are equal they become...
  42. YellowBelliedMarmot

    Engineering Simplifying a Circuit w/ Parallel Resistors

    The goal of this problem is to find the equivalent resistance of all the resistors. Each resistor shown in the image has a conductance of 1 mS which I believe is equal to 1000 ohms. I attached a picture of the circuit diagram in which I show some of my work in order to convey my erroneous...
  43. S

    Capacitors in parallel question

    Homework Statement A 4μF capacitor is charged to a charge of 200 μC,and a 3μF capacitor is charged to a charge of 300μC. Both the capacitors are connected so that the positive plates are connected together. What is the total loss of energy in the process? Homework EquationsThe Attempt at a...
  44. Titan97

    Capacitor and inductor in parallel

    Homework Statement [/B] Find the power supplied by the battery. Homework Equations $$Z_C=-iX_C$$ $$Z_L=iX_L$$ The Attempt at a Solution $$Z_1=R_1-iX_C=\sqrt{R_1^2+X_C^2}e^{i\phi_1}$$ $$Z_2=R_+iX_L=\sqrt{R_2^2+X_L^2}e^{i\phi_2}$$ $$I_1(t)=\frac{V_0}{\sqrt{R_1^2+X_C^2}}e^{i(\omega...
  45. C

    Pressure Loss in Parallel Pipes

    Hi, I know this is simple but I'd like someone to clarify for me, because my lecturer wasn't clear: Obviously when the pipes are in parallel, the head losses across them are the same. But what about the total head loss for the parallel pipes as a whole? I have 3 ideas, but I'm not sure which...
  46. M

    Parallel transportation of a vector along a closed triangle

    Hello everyone, I am trying to solve exercise 7.21 in the "Hobson, Efstathiou, Lasenby, General Relativity. An introduction for physicists." What is asked is to show that the parallel transportation of a vector, along a closed triangle on a 2-sphere, results in an vector orthogonal to the...
  47. S

    In a Parallel Resonance circuit (C parallel with RL)

    Why does the total supply current increase when the capacitance value is further increased after parallel resonance is reached (where the supply current is minimum) ? I know it has to do with the phase angles but I cannot reason it out. Thanks
  48. TiernanW

    Resistance with resistors between parallel resistors

    Homework Statement The overall resistance of the circuit is 12.5Ω. Calculate the value of the resistor labelled R in the circuit. Homework Equations 1/R = 1/R1 + 1/R2 R = V/I The Attempt at a Solution I understand that you use the first equation for parallel resistors and the second to...
  49. A

    I Quantum entanglement and parallel displacement

    Suppose we fire two entangled particles in a tour round-flight around the galaxy and measure their spins using two Stern-Gerlach devices after returning back to the earth. Will the correlation between their spin measurement still obey quantum correlation? According to General Relativity...
  50. M

    Series and Parallel Combination

    [Note: Thread has been moved to the homework forums by a mentor] This is the Given problem This is my solution part 1 - What I did here is I series the R3 and R4 (R3 + R4), and I parallel the R34 to R5 (most of the calculation are from the calculator) This is my solution part 2 The...
Back
Top