Top Banner
Parallel-in-Time Integration with PFASST From prototyping to applications June 5, 2019 Robert Speck Jülich Supercomputing Centre Member of the Helmholtz Association
41

Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Jun 28, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Parallel-in-Time Integration with PFASSTFrom prototyping to applicationsJune 5, 2019 Robert Speck Jülich Supercomputing Centre

Member of the Helmholtz Association

Page 2: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Collaborators

Daniel Ruprecht Rolf Krause Oliver Sander

Matthias Bolten You? Michael Minion

Member of the Helmholtz Association June 5, 2019 Slide 1

Page 3: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Moore’s law in HPC today"The free lunch is over” (H.Sutter, 2005)

(a) Performance of the world’s 500 most powerfulsupercomputers.

1995 2000 2005 2010 2015 2020Year

102

103

104

105

106

107

Core

s

(b) Number of cores in the number one system inthe Top 500 list.

HPC systems already require multi-million way concurrencyNeed new numerical methods to provide this degree of parallelism

Member of the Helmholtz Association June 5, 2019 Slide 2

Page 4: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Limits of purely spatial parallelization

Time

Figure: Time-stepping to solve time-dependent partial differential equations.

Spatial parallelization reduces runtime per time-stepStrong scaling saturates eventually because of communicationCosts for more time-steps are not mitigated

→ Can we compute multiple time-steps simultaneously?

Member of the Helmholtz Association June 5, 2019 Slide 3

Page 5: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Limits of purely spatial parallelization

Figure: Time-stepping to solve time-dependent partial differential equations.

Spatial parallelization reduces runtime per time-stepStrong scaling saturates eventually because of communicationCosts for more time-steps are not mitigated

→ Can we compute multiple time-steps simultaneously?

Member of the Helmholtz Association June 5, 2019 Slide 3

Page 6: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Limits of purely spatial parallelization

Time

Figure: Time-stepping to solve time-dependent partial differential equations.

Spatial parallelization reduces runtime per time-stepStrong scaling saturates eventually because of communicationCosts for more time-steps are not mitigated

→ Can we compute multiple time-steps simultaneously?

Member of the Helmholtz Association June 5, 2019 Slide 3

Page 7: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Limits of purely spatial parallelization

Time

Figure: Time-stepping to solve time-dependent partial differential equations.

Spatial parallelization reduces runtime per time-stepStrong scaling saturates eventually because of communicationCosts for more time-steps are not mitigated

→ Can we compute multiple time-steps simultaneously?

Member of the Helmholtz Association June 5, 2019 Slide 3

Page 8: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Limits of purely spatial parallelization

Time

Figure: Time-stepping to solve time-dependent partial differential equations.

Spatial parallelization reduces runtime per time-stepStrong scaling saturates eventually because of communicationCosts for more time-steps are not mitigated

→ Can we compute multiple time-steps simultaneously?

Member of the Helmholtz Association June 5, 2019 Slide 3

Page 9: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Parallel-in-Time (“PinT”) approaches“50 years of parallel-in-time integration”, M. Gander ( CMCS, 2015)

Interpolation-based approach (Nievergelt 1964)Predictor-corrector approach (Miranker, Liniger 1967)Parabolic or time multi-grid (Hackbusch 1984)and (Horton 1992)Multiple shooting in time (Kiehl 1994)Parallel Runge-Kutta methods (e.g. Butcher 1997)Parareal (Lions, Maday, Turinici 2001)PITA (Farhat, Chandesris 2003)Guided Simulations (Srinavasan, Chandra 2005)RIDC (Christlieb, Macdonald, Ong 2010)PFASST (Emmett, Minion 2012)MGRIT (Falgout et al 2014)... and many more

Member of the Helmholtz Association June 5, 2019 Slide 4

Page 10: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Parallel-in-Time (“PinT”) approaches“50 years of parallel-in-time integration”, M. Gander ( CMCS, 2015)

Interpolation-based approach (Nievergelt 1964)Predictor-corrector approach (Miranker, Liniger 1967)Parabolic or time multi-grid (Hackbusch 1984)and (Horton 1992)Multiple shooting in time (Kiehl 1994)Parallel Runge-Kutta methods (e.g. Butcher 1997)Parareal (Lions, Maday, Turinici 2001)PITA (Farhat, Chandesris 2003)Guided Simulations (Srinavasan, Chandra 2005)RIDC (Christlieb, Macdonald, Ong 2010)PFASST (Emmett, Minion 2012)MGRIT (Falgout et al 2014)... and many more

Member of the Helmholtz Association June 5, 2019 Slide 4

Page 11: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

<math>

Page 12: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick algebraic introduction to PFASSTBasic building block: spectral deferred corrections (SDC)

Consider the Picard form of an initial value problem on [T0,T1]

u(t) = u0 +∫ t

T0

f (u(s))ds,

discretized using spectral quadrature rules with nodes tm:

um = u0 + ∆tQF (u) ≈ u0 +∫ tm

T0

f (u(s))ds,

then SDC methods can be seen as (clever) Gauß-Seidel iteration to solve thiscollocation problem for all um.

⇒ Use this for block smoothing in space-time multigrid = PFASST

Member of the Helmholtz Association June 5, 2019 Slide 5

Page 13: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick algebraic introduction to PFASSTBasic building block: spectral deferred corrections (SDC)

Consider the Picard form of an initial value problem on [T0,T1]

u(t) = u0 +∫ t

T0

f (u(s))ds,

discretized using spectral quadrature rules with nodes tm:

(I −∆tQF )(~u) = ~u0

then SDC methods can be seen as (clever) Gauß-Seidel iteration to solve thiscollocation problem for all um.

⇒ Use this for block smoothing in space-time multigrid = PFASST

Member of the Helmholtz Association June 5, 2019 Slide 5

Page 14: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick algebraic introduction to PFASSTMultigrid for the composite collocation problem

We now glue L time-steps together, using N to transfer information from step lto step l + 1. We get the composite collocation problem:

I −∆tQF−N I −∆tQF

. . . . . .−N I −∆tQF

~u1~u2...

~uL

=

~u00...0

PFASST:

use (linear/FAS) multigrid to solve this system iterativelysmoother: parallel block Jacobi with SDC in the blockscoarse-level solver: serial block Gauß-Seidel with SDC in the blocksexploit cheapest coarse level to quickly propagate information forward in time

Member of the Helmholtz Association June 5, 2019 Slide 6

Page 15: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

</math>

Page 16: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 17: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 18: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 19: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 20: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 21: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 22: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 23: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 24: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 25: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 26: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 27: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 28: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 29: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 30: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 31: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 32: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

A quick visual introduction to PFASSTcoarsesweep

finesweep

coarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

compu

tatio

ntim

e

predictor

Member of the Helmholtz Association June 5, 2019 Slide 7

Page 33: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

PFASST implementationsFAQ: “Is it hard to use PFASST?”

Yes... if you already have a full-fledged application or... if you need/want your own time integrator

No... if your code allows access to the ODE’s right-hand side etc. or... if you already work with spectral deferred corrections

To cover as many scenarios as possible, you can choose between 3 codes:1 the prototyping framework pySDC

the “playground”

2 the standalone HPC code libpfasst

the “library”

3 the DUNE module dune-PFASST

the “specialist”

Member of the Helmholtz Association June 5, 2019 Slide 8

Page 34: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

PFASST implementationsFAQ: “Is it hard to use PFASST?”

Yes... if you already have a full-fledged application or... if you need/want your own time integrator

No... if your code allows access to the ODE’s right-hand side etc. or... if you already work with spectral deferred corrections

To cover as many scenarios as possible, you can choose between 3 codes:1 the prototyping framework pySDC the “playground”2 the standalone HPC code libpfasst the “library”3 the DUNE module dune-PFASST the “specialist”

Member of the Helmholtz Association June 5, 2019 Slide 8

Page 35: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

pySDC - the playground

Landing page: http://www.parallel-in-time.org/pySDC

Properties:purpose: prototyping, education, easy access, “test before you invest”not optimized, but well-documented, Python

Features:many variants of SDC and PFASSTmany examples, from heat equation to particles in an electromagnetic fieldcan use whatever data structure and solvers you want (e.g. FEniCS)

Member of the Helmholtz Association June 5, 2019 Slide 9

Page 36: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Other cool things

Fault tolerance playground

PinT + ABFTProtect against bitflipsRecover after data lossTestbed for ideas

2 4 6 8 10 12 14iteration

1

3

5

7

9

11

13

15

step x

11

10

9

8

7

6

5

4

3

2

1

log1

0(re

sidu

al)

2 4 6 8 10 12 14iteration

1

3

5

7

9

11

13

15

step x

11

10

9

8

7

6

5

4

3

2

1

log1

0(re

sidu

al)

PETSc integration

PETSc’s data structuresPETSc’s parallelizationIntegrators for Parareal?Work in progress...

Hamiltonian problems

Newton’s eqs of motionbasis: velocity-VerletFrom toy problems......to MD, someday?

Continuous integration

GitHub Pages......and Travis-CICore features testingReproduce paper results

Member of the Helmholtz Association June 5, 2019 Slide 10

Page 37: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Why have more codes?pySDC’s pros

many features from the SDC and PFASST universecode is close to formulas in publicationswell-documented, tutorials, many examples to copy fromeasy to install, easy to port, easy to use

pySDC’s consno memory optimization, no tuning for speedhard to convince people to use Python for productionhard to use within large, existing applications

To integrate PFASST into existing applications/frameworks, we need dedicatedimplementations.. the “specialists”.

Member of the Helmholtz Association June 5, 2019 Slide 11

Page 38: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Why have more codes?pySDC’s pros

many features from the SDC and PFASST universecode is close to formulas in publicationswell-documented, tutorials, many examples to copy fromeasy to install, easy to port, easy to use

pySDC’s consno memory optimization, no tuning for speedhard to convince people to use Python for productionhard to use within large, existing applications

To integrate PFASST into existing applications/frameworks, we need dedicatedimplementations.. the “specialists”.

Member of the Helmholtz Association June 5, 2019 Slide 11

Page 39: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Three takeawayscoarsesweep

finesweepcoarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

com

pu

tati

onti

me

predictor

Parallel-in-Time integration with PFASST (andothers) can help you to overcome scaling limits

A good place to start with SDC and PFASST, to runfirst examples and to test your ideas: pySDC

images/lego-pile.jpg

Libraries vs. specialists: community needs both tomake progress in numerics, codes and applications

Member of the Helmholtz Association June 5, 2019 Slide 12

Page 40: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

Three takeawayscoarsesweep

finesweepcoarsecomm.

finecomm.

P0t0 P1

t1 P2t2 P3

t3 t4

com

pu

tati

onti

me

predictor

Parallel-in-Time integration with PFASST (andothers) can help you to overcome scaling limits

A good place to start with SDC and PFASST, to runfirst examples and to test your ideas: pySDC

images/lego-pile.jpg

Libraries vs. specialists: community needs both tomake progress in numerics, codes and applications

Member of the Helmholtz Association June 5, 2019 Slide 12

Page 41: Parallel-in-TimeIntegrationwithPFASST ... · Moore’slawinHPCtoday "Thefreelunchisover”(H.Sutter,2005) (a)Performanceoftheworld’s500mostpowerful supercomputers. 1995 2000 2005

The PinT CommunityTo learn more about PinT check out the website

www.parallel-in-time.org

and/or join one of the PinT Workshops, e.g.

9th Workshop on Parallel-in-Time Integration

June 8-12, 2020Michigan, USAorganized by Ben Ong and others

Also, there is a mailing list, join by writing to

[email protected]

Member of the Helmholtz Association June 5, 2019 Slide 13