+ All Categories
Home > Documents > Parallel PreconditioningMethods for Ill-Conditioned...

Parallel PreconditioningMethods for Ill-Conditioned...

Date post: 04-Dec-2020
Category:
Upload: others
View: 6 times
Download: 0 times
Share this document with a friend
26
Parallel Preconditioning Methods for Ill-Conditioned Problems Kengo Nakajima Information Technology Center The University of Tokyo 3rd International Workshops on Advances in Computational Mechanics (IWACOM-III) OW-4: High Performance Computing for Computational Engineering and Science October 13-14, 2015, Tokyo, Japan
Transcript
Page 1: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Parallel Preconditioning Methods for Ill-Conditioned Problems

Kengo NakajimaInformation Technology CenterThe University of Tokyo

3rd International Workshops on Advances in Computational Mechanics (IWACOM-III) OW-4: High Performance Computing for Computational Engineering and ScienceOctober 13-14, 2015, Tokyo, Japan

Page 2: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

• are the most critical issues in scientific computing• are based on

– Global Information: condition number, matrix properties etc.– Local Information: properties of elements (shape, size …)

• require knowledge of– background physics– applications

Preconditioning Methods (of Krylov Iterative Solvers) for Real-

World Applications

2

Page 3: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

• Block Jacobi type Localized Preconditioners• Simple problems can easily converge by simple

preconditioners with excellent parallel efficiency.• Difficult (ill-conditioned) prob’s cannot easily converge

– Effect of domain decomposition on convergence is significant, especially for ill-conditioned problems.• Block Jacobi-type localized preconditioiners• More domains, more iterations

– There are some remedies (e.g. deep fill-ins, deep overlapping)– ASDD does not work well for really ill-conditioned problems.

Technical Issues of “Parallel” Preconditioners in FEM

3

Page 4: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

ParCo09 4

3D Linear Elastic Problem with 203

Tri-Linear Hexahedral Elements

Page 5: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

5

Iterations for ConvergenceBILU(0)-GPBiCG with 8 domains

• ■■:= 0.25• ■ :E=1.00

• 1-processor– ■:E=100 ,31 iterations– ■:E=10+3 , 84 iterations

• Harder, More ill-conditioned

• 8-processors (MPI, no-overlapping)– ■:E=100 , 52 iter’s(×1.68)– ■:E=10+3,158 iter’s(×1.88) x

y

z

Uz=0 @ z=Zmin

Ux=0 @ x=Xmin

Uy=0 @ y=Ymin

Uniform Distributed Force in z-dirrection @ z=Zmin

Ny-1

Nx-1

Nz-1

x

y

z

Uz=0 @ z=Zmin

Ux=0 @ x=Xmin

Uy=0 @ y=Ymin

Uniform Distributed Force in z-dirrection @ z=Zmin

Ny-1

Nx-1

Nz-1

Page 6: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Remedies for Domain Decomposition

• Extended Depth of Overlapped Elements– Selective Fill-ins, Selective Overlapping [KN 2007]

• adaptive preconditioning/domain decomposition methods which utilize features of FEM procedures

• PHIDAL/HID (Hierarchical Interface Decomposition) [Henon & Saad 2007]

• Extended HID [KN 2010]

6

Page 7: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Extension of Depth of Overlapping

●:Internal Nodes,●:External Nodes■:Overlapped Elements●:Internal Nodes,●:External Nodes■:Overlapped Elements

5

21 22 23 24 25

16 17 18 19 20

11 13 14 15

67 8 9

10

PE#0PE#1

PE#2PE#3

12

32 41 5

21 22 23 24 25

16 17 18 19 20

11 13 14 15

67 8 9

10

PE#0PE#1

PE#2PE#3

12

32 41

1 2 3

4 5

6 7

8 9 11

10

14 13

15

12

PE#0

7 8 9 10

4 5 6 12

3 111 2

PE#1

7 1 2 3

10 9 11 12

5 68 4

PE#2

3 4 8

6 9

10 12

1 2

5

11

7PE#3

1 2 3

4 5

6 7

8 9 11

10

14 13

15

12

PE#0

7 8 9 10

4 5 6 12

3 111 2

PE#1

7 1 2 3

10 9 11 12

5 68 4

PE#2

3 4 8

6 9

10 12

1 2

5

11

7PE#3

Cost for computation and communication may increase

7

Page 8: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

ParCo09 8

Number of Iterations for ConvergenceBILU(0)-GPBiCG, 8-domains (PE’s)

Effect of Extended Depth of Overlapping

Depth of Overlap E=100 E=103

0 52 158

1 33 103

2 32 100

3 32 97

4 31 82

Single Domain 31 84

Page 9: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

• Multilevel Domain Decomposition– Extension of Nested Dissection

• Non-overlapping at each level: Connectors, Separators• Suitable for Parallel Preconditioning Method

HID: Hierarchical Interface Decomposition [Henon & Saad 2007]

level-1:●level-2:●level-4:●

0 0 0 1 1 1

0,2 0,2 0,2 1,3 1,3 1,3

2 2 2 3 3 3

2 2 2 2,3 3 3 3

2 2 2 2,3 3 3 3

0 0 0 0,1 1 1 1

0 0 0 0,1 1 1 1

0,12,3

0,12,3

0,12,3

9

Page 10: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Parallel ILU in HID for each Connector at each LEVEL

• The unknowns are reordered according to their level numbers, from the lowest to highest.

• The block structure of the reordered matrix leads to natural parallelism if ILU/IC decompositions or forward/backward substitution processes are applied.

01

23

0,10,2

2,31,3

0,1,2,3

Level-1

Level-2

Level-4

10

Page 11: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

11

Communications at Each LevelForward Substitutions

do lev= 1, LEVELtotdo i= LEVindex(lev-1)+1, LEVindex(lev)

SW1= WW(3*i-2,R); SW2= WW(3*i-1,R); SW3= WW(3*i ,R)isL= INL(i-1)+1; ieL= INL(i)do j= isL, ieL

k= IAL(j)X1= WW(3*k-2,R); X2= WW(3*k-1,R); X3= WW(3*k ,R)SW1= SW1 - AL(9*j-8)*X1 - AL(9*j-7)*X2 - AL(9*j-6)*X3SW2= SW2 - AL(9*j-5)*X1 - AL(9*j-4)*X2 - AL(9*j-3)*X3SW3= SW3 - AL(9*j-2)*X1 - AL(9*j-1)*X2 - AL(9*j )*X3

enddoX1= SW1; X2= SW2; X3= SW3X2= X2 - ALU(9*i-5)*X1X3= X3 - ALU(9*i-2)*X1 - ALU(9*i-1)*X2X3= ALU(9*i )* X3X2= ALU(9*i-4)*( X2 - ALU(9*i-3)*X3 )X1= ALU(9*i-8)*( X1 - ALU(9*i-6)*X3 - ALU(9*i-7)*X2)WW(3*i-2,R)= X1; WW(3*i-1,R)= X2; WW(3*i ,R)= X3

enddo

call SOLVER_SEND_RECV_3_LEV(lev,…): Communications usingHierarchical Comm. Tables.

enddo

AdditionalComm.

Page 12: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

12

2 B A 3 3

2 2 3 3

2 2 3 3

2 B A 3 3

2 2 3 3

2 2 3 3

2 B A 3 3

2 2 3 3

2 2 3 3

2 B A 3 3

2 2 3 3

2 2 3 3

Extended HID [KN 2010] for Deeper Fill-in• Thicker Separator

– can consider the effects of fill-ins of higher order for external nodes at same level.• Effect of “A” can be considered

for “B” in BILU(2)– In global manner– seems to provide more

robust convergence than Remedy 1.

– difficulty for load-balancing

• This option is not used in this study (no effects)

level-1 ●level-2 ●

Distributed Local Data

Range for “Global” Operations”

Page 13: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Results: 64 coresContact ProblemsBILU(p)-(depth of overlapping)3,090,903 DOF

0

50

100

150

200

250

300

350

BILU(1) BILU(1+) BILU(2)

sec.

0

500

1000

1500

BILU(1) BILU(1+) BILU(2)

ITER

ATI

ON

S

■BILU(p)-(0): Block Jacobi■BILU(p)-(1)■BILU(p)-(1+)■BILU(p)-HID GPBiCG

13

Page 14: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Hetero 3D (1/2)• Parallel FEM Code (Flat MPI)

– 3D linear elasticity problems in cube geometries with heterogeneity

– SPD matrices– Young’s modulus: 10-6~10+6

• (Emin-Emax): controls condition number

• Preconditioned Iterative Solvers– GP-BiCG [Zhang 1997]– BILUT(p,d,t)

• Domain Decomposition– Localized Block-Jacobi with

Extended Overlapping (LBJ)– HID/Extended HIDx

y

z

Uz=0 @ z=Zmin

Ux=0 @ x=Xmin

Uy=0 @ y=Ymin

Uniform Distributed Force in z-direction @ z=Zmax

(Ny-1) elementsNy nodes

(Nx-1) elementsNx nodes

(Nz-1) elementsNz nodes

x

y

z

Uz=0 @ z=Zmin

Ux=0 @ x=Xmin

Uy=0 @ y=Ymin

Uniform Distributed Force in z-direction @ z=Zmax

(Ny-1) elementsNy nodes

(Nx-1) elementsNx nodes

(Nz-1) elementsNz nodes

14

Page 15: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Hetero 3D (2/2)• based on the parallel FEM procedure of GeoFEM

– Benchmark developed in FP3C project under Japan-France collaboration

• Original Motivation: Reference implementation for evaluation of LRA by MUMPS

• Parallel Mesh Generation– Fully parallel way

• each process generates local mesh, and assembles local matrices. – Total number of vertices in each direction (Nx, Ny, Nz)– Number of partitions in each direction (Px,Py,Pz)– Number of total MPI processes is equal to PxPyPz– Each MPI process has (Nx/Px)( Ny/Py)( Nz/Pz) vertices.– Spatial distribution of Young’s modulus is given by an

external file, which includes information for heterogeneity for the field of 1283 cube geometry.

• If Nx (or Ny or Nz) is larger than 128, distribution of these 1283 cubes is repeated periodically in each direction.

FP3C

15

Page 16: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

BILUT(p,d,t)• Incomplete LU factorization with threshold (ILUT)• ILUT(p,d,t) [KN 2010]

– p: Maximum fill-level specified before factorization– d, t: Criteria for dropping tolerance before/after factorization

• The process (b) can be substituted by other factorization methods or more powerful direct linear solvers, such as MUMPS, SuperLU and etc.

16

A A’ (ILU)’ (ILUT)’(a) (b) (c)

InitialMatrix

DroppedMatrix

ILUFactorization

ILUT(p,d.t)DroppingComponents-|Aij|< d-Location

ILU(p)Factorization

DroppingComponents-|Mij|< t-Location

Page 17: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Preliminary Results• Hardware

– 16-240 nodes (256-3,840 cores) of Fujitsu PRIMEHPC FX10 (Oakleaf-FX), University of Tokyo

• Problem Setting– 420×320×240 vertices (3.194×107 elem’s, 9.677×107 DOF)– Strong scaling– Effect of thickness of overlapped zones

• BILUT(p,d,t)-LBJ-X (X=1,2,3)– RCM-Entire renumbering for LBJ

17

Page 18: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Effect of t on PerformanceBILUT(2,0,t)-GPBi-CG with 240 nodes (3,840 cores)

Emax=10-6, Emax=10+6

Normalized by results of BILUT(2,0,0)-LBJ-2●: [NNZ], ▲: Iterations, ◆: Solver Time

18

0.00

0.25

0.50

0.75

1.00

1.25

1.50

0.00E+00 1.00E-02 2.00E-02 3.00E-02

Rat

io

t: BILUT(2,0,t)-HID

0.00

0.25

0.50

0.75

1.00

1.25

1.50

0.00E+00 1.00E-02 2.00E-02 3.00E-02

Rat

io

t: BILUT(2,0,t)-LJB-2

Page 19: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

BILUT(p,0,0) at 3,840 coresNO dropping: Effect of Fill-in

Preconditioner NNZ of [M]

Set-up(sec.)

Solver(sec.)

Total(sec.) Iterations

BILUT(1,0,0)-LBJ-1 1.9201010 1.35 65.2 66.5 1916BILUT(1,0,0)-LBJ-2 2.5191010 2.03 61.8 63.9 1288BILUT(1,0,0)-LBJ-3 3.1971010 2.79 74.0 76.8 1367BILUT(2,0,0)-LBJ-1 3.3511010 3.09 71.8 74.9 1339BILUT(2,0,0)-LBJ-2 4.3941010 4.39 65.2 69.6 939BILUT(2,0,0)-LBJ-3 5.6311010 5.95 83.6 89.6 1006BILUT(3,0,0)-LBJ-1 6.4681010 9.34 105.2 114.6 1192BILUT(3,0,0)-LBJ-2 8.5231010 12.7 98.4 111.1 823BILUT(3,0,0)-LBJ-3 1.1011011 17.3 101.6 118.9 722BILUT(1,0,0)-HID 1.6361010 2.24 60.7 62.9 1472BILUT(2,0,0)-HID 2.9801010 5.04 66.2 71.7 1096

[NNZ] of [A]: 7.174109, HID: Smaller number of NNZ

19

Page 20: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

BILUT(p,0,0) at 3,840 coresNO dropping: Effect of Overlapping

Preconditioner NNZ of [M]

Set-up(sec.)

Solver(sec.)

Total(sec.) Iterations

BILUT(1,0,0)-LBJ-1 1.9201010 1.35 65.2 66.5 1916BILUT(1,0,0)-LBJ-2 2.5191010 2.03 61.8 63.9 1288BILUT(1,0,0)-LBJ-3 3.1971010 2.79 74.0 76.8 1367BILUT(2,0,0)-LBJ-1 3.3511010 3.09 71.8 74.9 1339BILUT(2,0,0)-LBJ-2 4.3941010 4.39 65.2 69.6 939BILUT(2,0,0)-LBJ-3 5.6311010 5.95 83.6 89.6 1006BILUT(3,0,0)-LBJ-1 6.4681010 9.34 105.2 114.6 1192BILUT(3,0,0)-LBJ-2 8.5231010 12.7 98.4 111.1 823BILUT(3,0,0)-LBJ-3 1.1011011 17.3 101.6 118.9 722BILUT(1,0,0)-HID 1.6361010 2.24 60.7 62.9 1472BILUT(2,0,0)-HID 2.9801010 5.04 66.2 71.7 1096

[NNZ] of [A]: 7.174109

20

Page 21: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

BILUT(p,0,t) at 3,840 coresOptimum Value of t

Preconditioner NNZ of [M] Set-up(sec.)

Solver(sec.)

Total(sec.) Iterations

BILUT(1,0,2.7510-2)-LBJ-1 7.755109 1.36 45.0 46.3 1916BILUT(1,0,2.7510-2)-LBJ-2 1.0191010 2.05 42.0 44.1 1383BILUT(1,0,2.7510-2)-LBJ-3 1.2851010 2.81 54.2 57.0 1492BILUT(2,0,1.0010-2)-LBJ-1 1.1181010 3.11 39.1 42.2 1422BILUT(2,0,1.0010-2)-LBJ-2 1.4871010 4.41 37.1 41.5 1029BILUT(2,0,1.0010-2)-LBJ-3 1.8931010 5.99 37.1 43.1 915BILUT(3,0,2.5010-2)-LBJ-1 8.072109 9.35 38.4 47.7 1526BILUT(3,0,2.5010-2)-LBJ-2 1.0631010 12.7 35.5 48.3 1149BILUT(3,0,2.5010-2)-LBJ-3 1.3421010 17.3 40.9 58.2 1180BILUT(1,0,2.5010-2)-HID 6.850109 2.25 38.5 40.7 1313BILUT(2,0,1.0010-2)-HID 1.0301010 5.04 36.1 41.1 1064

21

[NNZ] of [A]: 7.174109

Page 22: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Strong Scaling up to 3,840 coresaccording to elapsed computation time (set-up+solver)

for BILUT(1,0,2.510-2)-HID with 256 cores

0.00E+00

1.00E+03

2.00E+03

3.00E+03

4.00E+03

0 500 1000 1500 2000 2500 3000 3500 4000

Spee

d-U

p

CORE#

BILUT(1,0,2.50e-2)-HIDBILUT(2,0,1.00e-2)-HIDBILUT(1,0,2.75e-2)-LBJ-2BILUT(2,0,1.00e-2)-LBJ-2BILUT(3,0,2.50e-2)-LBJ-2Ideal

70

80

90

100

110

120

130

100 1000 10000

Para

llel P

erfo

rman

ce (%

)

CORE#

BILUT(1,0,2.50e-2)-HIDBILUT(2,0,1.00e-2)-HIDBILUT(1,0,2.75e-2)-LBJ-2BILUT(2,0,1.00e-2)-LBJ-2BILUT(3,0,2.50e-2)-LBJ-2

22

Page 23: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Related Work• Selection of Threshold for ILUT (Single Processor)

– Threshold, and max. number of components for each row– Y. Saad, ILUT: A dual threshold incomplete LU factorization., Numerical

Linear Algebra with Applications (1994) 387-402– A. Gupta, and T. George, Adaptive Techniques for Improving the

Performance of Incomplete Factorization Preconditioning, SIAM Journal on Scientific Computing, (2010) 84-100

• Adaptive Approach– Jan Mayer; “Alternative Weighted Dropping Strategies for ILUTP,” SIAM

Journal on Scientific Computing, vol. 27, no. 4, pp.1424-1437, (2006)• Weighting Dropping Strategy

– Yong Zhang, Ting-Zhu Huang, Yan-Fei Jing and Liang Li, “Flexible incomplete Cholesky factorization with multi- parameters to control the number of nonzero elements in preconditioners”, Numerical Linear Algebra with Applications, vol. 19, Issue 3, pp.555-569, (2012)

• Flexible Factorization• Number of non-zero components per row is controlled by heuristics

23

Page 24: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Related Work (cont.)• Parallel Cases

– Nakajima, K. and H.Okuda, Parallel Iterative Solvers for Simulations of Fault Zone Contact using Selective Blocking Reordering, Numerical Linear Algebra with Applications 11, 831-852 (2004)

– Nakajima, K., Parallel Preconditioning Methods with Selective Fill-Ins and Selective Overlapping for Ill-Conditioned Problems in Finite-Element Methods, Lecture Notes in Computer Science 4489, 1085-1092. International Conference on Computational Science (ICCS 2007) (2007)

– Nakajima, K., Strategies for Preconditioning Methods of Parallel Iterative Solvers in Finite-Element Applications on Geophysics, Advances in Geocomputing, Lecture Notes in Earth Science 119, 65-118 (2009)

– Nakajima, K., Parallel Multistage Preconditioners by Extended Hierarchical Interface Decomposition for Ill-Conditioned Problems, Advances in Parallel ComputingVol.19 “From Multicores and GPU’s to Petascale”, IOS press, 99-106 (2010)

– Hosoi, A., Washio, T., Okada, J., Kadooka, J., Nakajima, K., and Hisada, T., A Multi-Scale Heart Simulation on Massively Parallel Computers, ACM/IEEE Proceedings of SC10 (2010)

24

Page 25: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Summary• Hetero 3D• Generally speaking, HID is slightly more robust

than LBJ with overlap extension• BILUT(p,d,t)

– effect of d is not significant– [NNZ] of [M] depends on t (not p)– BILU(3,0,t0) > BILU(2,0,t0) > BILU(1,0,t0) for

convergence, although cost of a single iteration is similar for each method

• Critical/optimum value of t– [NNZ] of [M] = [NNZ] of [A]– Further investigation needed.

25

Page 26: Parallel PreconditioningMethods for Ill-Conditioned Problemsnkl.cc.u-tokyo.ac.jp/15w/05-Advanced/ILU.pdfParallel PreconditioningMethods for Ill-Conditioned Problems Kengo Nakajima

Future Works• Theoretical/numerical investigation of optimum t

– Eigenvalue analysis etc.– Final Goal: Automatic selection BEFORE computation– Procedures of existing works for a single CPU

• Further investigation/development of LBJ & HID• Comparison with other preconditioners/direct solvers

– (Various types of) Low-Rank Approximation Methods– MUMPS…

• Extention of Hetero 3D – OpenMP/MPI Hybrid version

• BILU(0) is already done, factorization is (was) the problem – Extension to Manycore/GPU clusters

26


Recommended