Next Article in Journal
Exact Spherically Symmetric Solutions in Modified Teleparallel Gravity
Next Article in Special Issue
A Balance Interface Design and Instant Image-based Traffic Assistant Agent Based on GPS and Linked Open Data Technology
Previous Article in Journal
Randomness Analysis for the Generalized Self-Shrinking Sequences
Previous Article in Special Issue
Parameter Optimization for Computer Numerical Controlled Machining Using Fuzzy and Game Theory
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Investigation of High-Efficiency Iterative ILU Preconditioner Algorithm for Partial-Differential Equation Systems

1
Department of Mechanics, School of Applied Science, Taiyuan University of Science and Technology, Taiyuan 030024, China
2
Information and Engineering College, Jimei University, Xiamen 361021, Fujian, China
*
Authors to whom correspondence should be addressed.
Symmetry 2019, 11(12), 1461; https://doi.org/10.3390/sym11121461
Submission received: 14 October 2019 / Revised: 2 November 2019 / Accepted: 21 November 2019 / Published: 28 November 2019
(This article belongs to the Special Issue Selected Papers from IIKII 2019 conferences in Symmetry)

Abstract

:
In this paper, we investigate an iterative incomplete lower and upper (ILU) factorization preconditioner for partial-differential equation systems. We discretize the partial-differential equations into linear equation systems. An iterative scheme of linear systems is used. The ILU preconditioners of linear systems are performed on the different computation nodes of multi-central processing unit (CPU) cores. Firstly, the preconditioner of general tridiagonal matrix equations is tested on supercomputers. Then, the effects of partial-differential equation systems on the speedup of parallel multiprocessors are examined. The numerical results estimate that the parallel efficiency is higher than in other algorithms.

1. Introduction

In applied sciences, such as computational electromagnetics, the solving of partial-differential equation systems is usually touched upon. Many variables need to be sought for solving engineering problems. These often need to be transformed into a solution of partial differential equations. When solving partial differential equations, the equations need to be discretized. When discretizing partial differential equations, symmetric systems of equations are usually gotten. Hence, it is necessary to use the idea of symmetry to solve partial differential equations. Several studies on multi-computers have appeared. For instance, Eric Polizzi and Ahmed H. Sameh [1] contributed a spike algorithm as a parallel solution to hybrid banded equations. The algorithm firstly decomposes banded equations into block-tridiagonal form and then makes full use of the divide and conquer technique. However, by increasing the bandwidth, the parallel computation becomes much more complex, leading to a decrease in the parallel efficiency. Obviously, the highly efficient parallelism of banded systems is of great importance. Methods for block-tridiagonal linear equations contain iterative algorithms such as the multi-splitting algorithm [2,3]. The multi-splitting algorithm (MPA) [2] can be used to solve large band linear systems of equations; however, it sometimes has lower parallel efficiency. In [4], a method for working out block-tridiagonal equations is provided by the authors. Any incomplete type preconditioner will be appropriate for the algorithm. Based on the Galerkin principle, the parallelism solution for large-scale banded equations is investigated in [5]. In [6], a parallel direct algorithm is used on multi-computers. In [7], a parallel direct method for large banded equations is presented. A preconditioner of large-scale banded equations is discovered in [8,9,10,11,12,13,14]. The block successive over-relaxation method (BSOR) [10] can be adopted to solve large-scale systems of equations, but different parallel efficiencies will be presented because of the different optimal relaxation factors. These algorithms use parallelism to solve banded equations but they cannot contain solving partial differential equations. From better provision of a computing environment, a highly efficient preconditioner can be carried out on multi-computers [15,16,17,18,19,20,21,22,23]. Simultaneously, Krylov subspace solvers [24,25,26,27,28,29,30] and preconditioners [31,32,33,34,35,36,37,38] for large-scale banded equations are commonly used, including the generalized minimal residual (GMRES) [39]. The pseudo-elimination method with parameter k (PEk) [40] can be applied on multi-processors; however, the setting of parameter k will influent the speedup and parallel efficiency. These are mostly preconditioners for sparse linear systems or partial differential equation problems in Graphics Processing Unit (GPU) computation. However, these methods consume great computational effort. The development of a new algorithm which needs less calculation among every iteration and has more speedup and higher parallel efficiency is required. This paper is based on the symmetry subject of solving partial differential equation systems. The systems of equations are usually symmetric. In the process of solving them, the systems of equations need to be divided into blocks. The block equations may be symmetric or asymmetric, so this paper considers the general form of block equations. Of course, for symmetric block equations, the incomplete lower and upper factorization preconditioner (ILUP) algorithm is suitable. This paper is concerned with partial-differential equation systems of the form A x = b . The associated iterative form M x ( k + 1 ) = N x ( k ) + b is used. The linear tridiagonal special form is tested on multi-processors. Then, the iterative ILUP for partial differential equation systems is used to examine multi central processing unit (CPU) cores.
The outline is as mentioned hereunder. Section 2 describes a decomposition strategy of a parallel algorithm. Section 3 documents the analysis of convergence. Section 4 introduces the parallel implementation of this algorithm. The analysis of results computations with numerical examples including a large-scale system of equations and partial-differential equations are presented in Section 5. Finally, we conclude the paper in Section 6.

2. Decomposition Strategy

Consider large-scale band equations
A x = b
that is
( A 1 B 1 C 2 A 2 B 2 C n 1 A n 1 B n 1 C n A n ) ( x 1 x 2 x n 1 x n ) = ( b 1 b 2 b n 1 b n )
where A i , B i , and C i are d i × d i , d i × d i + 1 , and d i × d i 1 , and x i , b i are the d i vectors of the unknowns and the right–hand side,
The coefficient matrix A can be approximately decomposed as
A G H
Generally, supposing n = p m ( m 2 , m Z ) , where p represents the processors, let
M = G H
where
G = ( I 1 L 2 I 2 L m I m S m I m + 1 L m + 2 I m + 2 L 2 m I 2 m S 2 m I 2 m + 1 L 2 m + 2 I 2 m + 2 L n I n ) H = ( U 1 S 1 U m 1 S m 1 U m L m + 1 U m + 1 S m + 1 U 2 m 1 S 2 m 1 U 2 m L 2 m + 1 U 2 m + 1 S 2 m + 1 U n 1 S n 1 U n )
in which
  • S i = B i , i = m ( q 1 ) + 1 , , m ( q 1 ) + m 1 , q = 1 , , p
  • S i = B i A i + 1 1 , i = m q , q = 1 , 2 , p 1
  • L i = C i , i = m ( q 1 ) + 1 , q = 2 , 3 , , p
  • L i = C i U i 1 1 , i = m ( q 1 ) + 2 , , m ( q 1 ) + m , q = 1 , , p
  • U i = A i , i = m ( q 1 ) + 1 , q = 1 , , p
  • U i = A i L i S i 1 , i = m q + 2 , , m q + m 1 , q = 0 , , p 1 ; i = m q + m , q = p 1
  • U i = A i L i S i 1 S i L i + 1 , i = m ( q 1 ) + m , q = 1 , , p 1
  • and I i is a d i × d i unit matrix, i = 1 , , n .
Then
  • N = M A
that is
N = ( ( O ) O S m S m + 1 O L m + 2 L m + 1 ( O ) O S 2 m S 2 m + 1 O L ( p 1 ) m + 2 L ( p 1 ) m + 1 ( O ) )
where ( O ) is the i = 1 m d i × i = 1 m d i zero matrix. Therefore, the new iterative scheme for the large-scale band system of equations is
G H x ( k + 1 ) = N x ( k ) + b
where the iterative matrix is
T = H 1 G 1 N
Obviously, G H is nonsingular, which is the necessary condition that the algorithm holds. In terms of the structure of G and H , the parallelism of the iterative algorithm is preferable.
The strategy is an ILUP algorithm. Compared with published algorithms [2,10,40], the ILUP algorithm requires less multiplication and adds calculation among every iteration, meaning this algorithm has more speedup and higher parallel efficiency. It is appropriate for solving the large-scale system of equations and partial-differential equations for multi-core processors.

3. Analysis of Convergence

3.1. Preliminary

Here, some notations are introduced. Two definitions and one lemma are mentioned.
Definition 1.
([39]) A real n × n matrix A = ( a i , j ) with a i , j 0 for all i j is an M-matrix if A is nonsingular and A 1 O .
Definition 2.
([39]) The matrix A , M , N , A = M N is a regular splitting of A if M is nonsingular, M 1 O , N O .
Lemma 1.
([39]) Presume A = M N is a regular splitting of A . Then, A is nonsingular and A 1 O , if and only if ρ ( M 1 N ) < 1 .

3.2. Proposition and Theorem

Note that the inverse matrix of the following matrix is gained by the algorithm of the Gaussian elimination. Firstly, from the definitions and lemma, a proposition is obtained as follows.
Proposition 1.
If A is an M-matrix, in this way, the matrices U i ( i = 1 , 2 , 3 , , n ) defined by Expression (3) satisfy U i 1 O .
Proof. 
From Expression (3), in terms of the contracture of A , G , H and M = G H , N = M A , we have
  • U i = A i , i = m ( q 1 ) + 1 , q = 1 , , p
  • U i = A i L i S i 1 = A i C i U i 1 1 B i 1 , i = m ( q 1 ) + 2 , , m ( q 1 ) + m 1 , q = 1 , , p 1 ;
  • i = n m + 1 , , n , q = p ;
  • U i = A i L i S i 1 S i L i + 1 , i = m ( q 1 ) + m , q = 1 , , p 1 .
As A is an M-matrix, then U i 1 O for i = m ( q 1 ) + 1 , q = 1 , , p
Let W i = ( A ( i 1 ) m + 1 B ( i 1 ) m + 1 C ( i 1 ) m + 2 A ( i 1 ) m + 2 B i m 1 C i m A i m ) , then W i 1 O .
Since the block on the m-th row and m-th column of W i 1 is U i 1 for i = m ( q 1 ) + 2 , , m ( q 1 ) + m 1 a n d q = 1 , , p 1 ;
Hence, U i 1 O for i = m ( q 1 ) + 2 , , m ( q 1 ) + m 1 a n d q = 1 , , p 1 ;
Furthermore,
V i = ( A ( i 1 ) m + 1 B ( i 1 ) m + 1 C ( i 1 ) m + 2 A ( i 1 ) m + 2 B ( i 1 ) m + m C ( i 1 ) m + m + 1 A ( i 1 ) m + m + 1 ) ,
Similarly, the block on the m-th row and m-th column of V i 1 is U i 1 for i = m ( q 1 ) + m , q = 1 , , p 1 by inducing. Therefore, U i 1 O for i = m ( q 1 ) + m , q = 1 , , p 1 . Then, we have U i 1 O ( i = 1 , , n ).
Secondly, taking advantage of the above lemma and proposition, a theorem is given. □
Theorem 1.
If A is an M-matrix, then the approximate factorization of matrix A can be represented by Expression (2), and the iterative scheme Algorithm (4) converges to X = A 1 b .
Proof. 
From the above proposition, the approximate factorization of matrix A can be represented by Expression (2).
Firstly, prove N O .
As A is an M-matrix, then A i m + 1 1 O , B i m + 1 O , B i m O , C i m + 1 O , C i m + 2 O , for i = 1 , , p 1 . Hence, B i m A i m + 1 1 B i m + 1 O , C i m + 2 A i m + 1 1 C i m + 1 O , for i = 1 , , p 1 . Therefore, N O .
Secondly, prove M 1 O .
Since M 1 = U ˜ 1 L ˜ 1 , provided L ˜ 1 = ( L 1 S 1 L 2 S 2 L p 1 S p 1 L p ) ,
where
L i = ( I ( i 1 ) m + 1 L ( i 1 ) m + 2 I ( i 1 ) m + 2 L i m I i m ) , i = 1 , , p , S i = ( O O S i m ) , i = 1 , , p 1 ,
and
U ˜ 1 = ( U 1 C 2 U 2 C p 1 U p 1 C p U p ) ,
where U i = ( U ( i 1 ) m + 1 1 U ( i 1 ) m + 1 1 B ( i 1 ) m + 1 U ( i 1 ) m + 2 1 ( 1 ) m 1 j = 1 m 1 U j 1 B j U i m 1 U ( i 1 ) m + m 1 1 U ( i 1 ) m + m 1 1 B ( i 1 ) m + m 1 U i m 1 U i m 1 ) , C i = ( C ( i 1 ) m + 1 U ( i 1 ) m 1 O O ) . i = 2 , , p .
According to the proposition, U i 1 O ( i = 1 , , n ). Since
L ( i 1 ) m + j = C ( i 1 ) m + j U ( i 1 ) m + j 1 1 , j = 2 , , m , i = 1 , , p
we have L ( i 1 ) m + j O , i = 1 , , p , j = 2 , , m . Therefore, L ˜ 1 O , U ˜ 1 O M 1 O .
Finally, based on M 1 O , N O and Lemma 1, we conclude that ρ ( M 1 N ) < 1 . That is, this algorithm converges. □
This section shows that the condition in the theorem is a sufficient condition for convergence of the algorithm. If A is not an M-matrix, Algorithm (4) is sometimes convergent, as is shown in the following section (Example 1).

4. Parallel Implementations

4.1. Storage Method

For the i-th processor P i ( i = 1 , , p ) , allocate A ( i 1 ) m + j , B ( i 1 ) m + j , C ( i 1 ) m + j ( i p , j = 1 , , m , m + 1 ; i = p , j = 1 , , m ) , b ( i 1 ) m + j ( j = 1 , , m ) , the initial vector x ( i 1 ) m + j ( 0 ) , and the convergence tolerance ε .

4.2. Circulating

(1) G y = b + N x ( k ) is solved to obtain y .
P i ( i = 1 , , p 1 ) acquires x ( i + 1 ) m + 2 ( k ) from P i + 1 and then computes to obtain y ( i 1 ) m + q , q = 1 , , m 1 , i = 1 , , p and y n . P i ( i = 1 , , p 1 ) gains y ( i + 1 ) m + 1 from P i + 1 and then obtains y i m , i = 1 , , p 1 .
(2) H x ( k + 1 ) = y is solved to obtain x ( k + 1 ) .
P i ( i = 1 , , p ) computes to obtain x ( i 1 ) m + q ( k + 1 ) ( q = 2 , , m , i = 1 , , p ) and x 1 ( k + 1 ) . The -ith processor P i ( i = 2 , , p ) gains x i m ( k + 1 ) from P i 1 and then computes to obtain x ( i 1 ) m + 1 ( k + 1 ) , i = 2 , , p .
(3) On P i ( i = 1 , , p ) , judge x ( i 1 ) m + j ( k + 1 ) x ( i 1 ) m + j ( k ) ε . Following this, stop if correct, or otherwise, go back to step (1).

5. Results Analysis of Numerical Examples

For testing the new algorithm, some results on the Inspur TS10000 cluster have been given by the new algorithm and order 2 multi-splitting algorithm [2], which is a well-known parallel iterative algorithm. The PEk method [40] is used on the inner iteration of the order 2 multi-splitting algorithm. Suppose d i = d i 1 = d i + 1 = t , x i ( 0 ) = ( 0 , , 0 ) t × 1 T , x ( k + 1 ) x ( k ) < ε ¯ , ε ¯ = 10 10 .
In the tables, P is the number of processors, l is the inner iteration time, k is the parameter of the PEk method, T is the run time (in seconds), I is the iterative time, S is the speedup and E is the parallel efficiency (E = S/P). In the following figures, ILUP, BSOR, PEk, and MPA, respectively, denote the iterative incomplete lower and upper factorization preconditioner, the block successive over-relaxation method, the PEk method, and the multi-splitting algorithm.

5.1. Results Analysis of the Large-Scale System of Equations

Example 1.
A in Expression (1) represents
A i = [ 12 2 3 12 2 3 12 2 3 12 ] t × t , B i = [ 2.2 1.3 3 2.2 1.3 3 2.2 1.3 3 2.2 ] t × t , C i = [ 2 2 1 2 2 1 2 2 1 2 ] t × t , b i = [ ( i 1 ) k + 1 ( i 1 ) k + 2 i k 1 i k ] t × 1 . . . ,   and ( i = 1 , 2 , , n ) ,
where B n = C 1 = O , n = 300 , and t = 300 . The numerical results are shown in Table 1, Table 2, Table 3, Table 4 and Table 5, and in Figure 1 and Figure 2.
The first example is not a numerical simulation regarding any partial differential equations (PDE); we use this example in order to test the correctness of the iterative incomplete lower and upper factorization preconditioner algorithm. The first example can build a good foundation for the second example regarding PDE. The solutions to the large-scale system of equations for Example 1 by the ILUP are shown in Table 1 and the details of these are as follows: This problem requires solving with more than eight processors and the number of iterations is 238. When increasing the number of processors, time and parallel efficiency all decrease. The number of processors for solving Example 1 transforms from 4 to 64 and the parallel efficiency changes from 91.14% to 73.80%. All of the parallel efficiency values are higher than those in published works, including Cui et al.’s [10], Zhang et al.’s [40], and Yun et al.’s [2] methods, with the values being above 73%. No matter how many processors are used to calculate the problem, the error tolerance of this example is the same: 6.897 × 10−11.
The results of Example 1 when using the BSOR method [10] are listed in Table 2. When more than four processors are used to resolve the problem of Example 1, the number of iterations is 216. When increasing the number of processors, the time and parallel efficiency decrease. The cost of the time of every iteration and communication is more than that found when using the ILUP algorithm for the large-scale system of equations. Hence, the speedup, which is less than that found when using the ILUP algorithm, decreases. Thus the parallel efficiency is not better than that found when using the ILUP algorithm for the large-scale system of equations. When the number of processors for solving Example 1 is four, the parallel efficiency is 59.56%; however, the parallel efficiency is 91.14% for four processors when using the ILUP algorithm. When increasing the number of processors, the parallel efficiency decreases to 44.81%, which is lower than that found when using the ILUP algorithm.
The results of Example 1 when using the PEk method published by Zhang et al. [40] are described as Table 3. When more than four processors are used to resolve the problem of Example 1, the number of iterations is 227. When increasing the number of processors, the time and parallel efficiency decrease. The cost of the time of every iteration and communication is more than that when using the ILUP algorithm for the large-scale system of equations. Hence, the speedup, which is less than that found when using the ILUP algorithm, decreases. Therefore, the parallel efficiency is poorer than that found when using the ILUP algorithm for the large-scale system of equations. When the number of processors used when solving Example 1 is four, the parallel efficiency is 64.08%; however, the parallel efficiency is 91.14% for four processors when using the ILUP algorithm. When increasing the number of processors, the parallel efficiency decreases to 44.79%, corresponding to the parallel efficiency when using the BSOR method, which is lower than that found when using the ILUP algorithm, 73.80%.
The results of Example 1 when using the multi-splitting algorithm (MPA) published by Yun et al. [2] are introduced in Table 4. As seen in Table 4, when more than four processors are used to solve the problem of Example 1, the number of iterations is 174. When increasing the number of processors, the time and parallel efficiency decrease. The cost of the time of every iteration and communication is more than that when using the ILUP algorithm for the large-scale system of equations. Hence, the speedup, which is less than that found when using the ILUP algorithm, decreases. Thus, the parallel efficiency is poorer than when using the ILUP algorithm for the large-scale system of equations. When the number of processors for solving Example 1 is four, the parallel efficiency is 55.64%, 33.50% less than that that found when using the ILUP algorithm. When increasing the number of processors, the parallel efficiency decreases to 40.82%, about 4% less than the parallel efficiency obtained with the BSOR method, which is 23% lower than that that found when using the ILUP algorithm.
This section compares the speedup and parallel efficiency performance of the ILUP algorithm with methods in other recently published works, including Cui et al.’s [10], Zhang et al.’s [40], and Yun et al.’s [2] methods. Table 5 introduces a summary and comparison of the speedup and parallel efficiency with the different methods used for Example 1 on 64 CPU cores, which is better than other works [2,10,40]. As seen in Table 5, the speedup obtained with our method for Example 1 on 64 CPU cores is 47.2324, and the parallel efficiency is 73.80%. The parallel efficiency obtained with the ILUP algorithm is about 29% higher than that obtained using the BSOR method. The parallel efficiency is 29.01% more than that obtained using the PEk method. The parallel efficiency obtained with the BSOR method corresponds to the parallel efficiency obtained with the PEk method. The parallel efficiency is 23% higher than that obtained using the MPA algorithm.
Figure 1 illustrates the speedup performances obtained with the ILUP algorithm and the other three methods for Example 1 at different CPU cores. As seen from Figure 1, when increasing the number of processors, the speedup obtained using all the methods increases. No matter how great the number of processors, the speedup obtained using the ILUP algorithm is significantly higher than that obtained using the other three methods, especially when the number of processors is more. Regardless of the number of processors, the speedup values obtained using the BSOR method, the PEk method, and the MPA algorithm are close, particularly those obtained with the BSOR method and the PEk method.
Figure 2 shows the parallel efficiency performance of the ILUP algorithm and the other three methods for Example 1 at different CPU cores. As seen from Figure 2, when increasing the number of processors, the parallel efficiency obtained using all the methods decreases. Regardless of the number of processors, the parallel efficiency obtained using the ILUP algorithm is much higher than that found using the other three methods, maintaining a value of more than 70%. No matter the number of processors, the parallel efficiency values obtained using the PEk method, the BSOR method, and the MPA algorithm are lower and nearer, especially those found using the BSOR method and the PEk method. In particular, when the number of processors is 64, the parallel efficiency obtained using the ILUP algorithm rises above 73%; however, the parallel efficiencies obtained using the BSOR method, the PEk method, and the MPA algorithm are only about 40%. The ILUP algorithm has the clear superiority of producing exceedingly higher parallel efficiency values.

5.2. Results Analysis of the Partial-Differential Equations

Example 2.
Given the equations
  • C x 2 u x 2 + C y 2 u y 2 + ( C 1 sin 2 π x + C 2 ) u x + ( D 1 sin 2 π y + D 2 ) u y + E u = 0
  • 0 x 1 , 0 y 1
  • and
  • u | x = 0 = u | x = 1 = 10 + cos π y
  • u | y = 0 = u | y = 1 = 10 + cos π x ,
C x , C y , C 1 , C 2 , D 1 , D 2 and E are invariants. Let C x = C y = E = 1 , C 1 = C 2 = D 1 = D 2 = 0 and h = 1 / 101 . The results are given in Table 6, Table 7, Table 8, Table 9 and Table 10 and in Figure 3 and Figure 4.
The finite difference method is used to discretize Example 2 in the tests. We adopt second-order central difference schemes to discretize Example 2 and then converse the format for numerical simulation; lastly, we test the iterative incomplete lower and upper factorization preconditioner algorithm on different processors. The results to the partial-differential equations for Example 2 obtained using the ILUP are listed in Table 6. The details are thus: This problem was solved with more than four CPU cores and the number of iterations was 560. When increasing the number of processors, the time and the parallel efficiency can be seen to all decrease. When the number of processors used for solving Example 2 changes from 4 to 64 the parallel efficiency changes from 89.48% to 71.64%. All of the parallel efficiency values are higher than in the published works [2,10,40], being above 71%. Regardless of how many processors are used to compute Example 2, the error allowance of this problem can be seen to be equally 3.158 × 10−11.
The results for Example 2 obtained with the BSOR method [10] are listed in Table 7. When more than four processors are used to resolve the problem of Example 2, the number of iterations is 793. When increasing the number of processors, the time and parallel efficiency decrease. The cost of the time of every iteration and communication is more than that obtained using the ILUP algorithm for the large-scale system of equations. Hence, the speedup, which is less than that found when using the ILUP algorithm, decreases. Thus, the parallel efficiency is not as good as that found using the ILUP algorithm for the partial-differential equations. When the number of processors used for solving Example 2 is four, the parallel efficiency is 86.24%, 3.24% lower than that found when using the ILUP algorithm for the partial-differential equations. With increasing the number of processors, the parallel efficiency decreases to 52.42%, which is less than that obtained using the ILUP algorithm, 71.64%.
The results obtained for Example 2 using the PEk method [40] are given in Table 8. When more than four processors are used to resolve the problem of Example 2, the number of iterations is 798. When increasing the number of processors, the time and parallel efficiency decrease. The cost of the time of every iteration and communication is more than that obtained using the ILUP algorithm for the large-scale system of equations. Hence, the speedup, which is less than that obtained when using the ILUP algorithm, decreases. Thus, the parallel efficiency is poorer than that found when using the ILUP algorithm for the partial-differential equations. When the number of processors used for solving Example 2 is four, the parallel efficiency is 80.59%, which is 8.89% lower than that found when using the ILUP algorithm. When increasing the number of processors, the parallel efficiency decreases to 48.40%, which is 23.24% lower than that obtained with the ILUP algorithm.
The results for Example 2 obtained with the multi-splitting algorithm [2] are introduced in Table 9. As seen in Table 9, when more than four processors are used to solve the problem of Example 2, the number of iterations is 838. When increasing the number of processors, the time and parallel efficiency decrease. The cost of the time of every iteration and communication is more than that found when using the ILUP algorithm for the partial-differential equations. Hence, the speedup, which is less than that found using the ILUP algorithm, decreases. Thus, the parallel efficiency is poorer than that obtained using the ILUP algorithm for the large-scale system of equations. When the number of processors used for solving Example 2 is four, the parallel efficiency is 78.25%, 11.23% less than that obtained using the ILUP algorithm. When increasing the number of processors, the parallel efficiency decreases to 46.34%, about 6% less than the parallel efficiency obtained with with the BSOR method, corresponding to the parallel efficiency obtained with the PEk technique, which is 25.3% lower than that found using the ILUP algorithm.
This section compares the speedup and parallel efficiency performance of the ILUP algorithm with methods in other recently published works, including Cui et al.’s [10], Zhang et al.’s [40], and Yun et al.’s [2] methods. Table 10 provides a summary and comparisons of speedup and parallel efficiency obtained using the different methods for Example 2 on 64 CPU cores, which is better than other published works. As seen in Table 10, the speedup in our method for Example 2 on 64 CPU cores is 45.8483 and the parallel efficiency is 71.64%. The parallel efficiency obtained using the ILUP algorithm is 19.22% higher than found using the BSOR method. The parallel efficiency is 23.24% more than that found using the PEk method. The parallel efficiency is 25.3% higher than that obtained using the MPA algorithm.
Figure 3 compares the speedup performance of ILUP algorithm and the other three methods for Example 2 at different CPU cores. As seen from Figure 3, when increasing the number of processors, the speedup values of all the methods increase. Regardless of the number of processors, the speedup obtained using the ILUP algorithm is much higher than that found using the other three methods, in particular when the number of processors is greater. No matter the number of processors, the speedup values found using the BSOR method, the PEk method, and the MPA algorithm are close, especially for those found using the PEk technique and the MPA algorithm. For example, when the number of processors is 64, the speedup found using the ILUP algorithm rises above 45; however, the speedup values obtained using the BSOR method, the PEk method, and the MPA algorithm are only about 30. Obviously, the ILUP algorithm has the advantage of producing higher speedup values.
Figure 4 shows the parallel efficiency performance of the ILUP algorithm and the other three methods for Example 2 at different CPU cores. As seen from Figure 4, when increasing the number of processors, the parallel efficiency of all the methods decreases. Regardless of the number of processors, the parallel efficiency obtained using the ILUP algorithm is much higher than that found using the other three methods, maintaining a value of more than 70%. When increasing the number of processors, the parallel efficiency values obtained using the BSOR method, the PEk method, and the MPA algorithm are lower and sustain a descent, especially for those found using the MPA algorithm. In particular, when the number of processors is 64, the parallel efficiency obtained using the ILUP algorithm rises above 71%; however, the parallel efficiency values found using the BSOR method, the PEk method, and the MPA algorithm are only about 50%. The ILUP algorithm is clearly beneficial in its production of exceedingly high parallel efficiency values.

6. Conclusions

In this work, an iterative incomplete LU factorization preconditioner for partial-differential equation systems has been presented. The partial-differential equations were discretized into linear equations with the form Ax = b. An iterative scheme of linear systems was used. The iterative ILU preconditioners of linear systems and partial-differential equations systems were performed on different computation nodes of multi-CPU cores. From the above numerical results in the tables and figures, we can obtain the following conclusions:
  • The ILUP algorithm for the large-scale system of equations and partial-differential equation systems was performed on different multi-CPU cores. The numerical results show that the solutions are consistent with the theory.
  • From Example 1, when A is neither positive nor an M-matrix, the ILUP algorithm still converges.
  • At any multi-CPU cores, the speedup of the ILUP algorithm for the system of equations is far higher than that found using the BSOR method [10], the PEk method [40], and the MPA algorithm [2]. Evidently, the ILUP algorithm has the advantage of producing higher speedup values.
  • No matter the number of processors, the parallel efficiency of the ILUP algorithm is preferable. The parallel efficiency of the ILUP algorithm is higher than that of the other three algorithms. For example, the parallel efficiency of the ILUP algorithm achieves a value of above 73.8% (as seen in Table 5), which is higher than that for any other algorithm, including the BSOR method [10], the PEk method [40], and the MPA algorithm [2]. Obviously, the ILUP algorithm has the superiority of producing exceedingly high parallel efficiency values.

Author Contributions

Conceptualization, Y.-H.F. and L.-H.W.; methodology, L.-H.W.; software, Y.J.; validation, Y.J., X.-G.L., and X.-X.Y.; formal analysis, Y.-H.F.; investigation, Y.-H.F.; resources, L.-H.W.; data curation, Y.J.; writing—original draft preparation, X.-G.L. and C.-C.C.; writing—review and editing, Y.-H.F.; visualization, Y.-H.F.; supervision, Y.-H.F.; project administration, L.-H.W. and C.-C.C.; funding acquisition, X.-X.Y.

Funding

This research was funded by the Natural Science Foundation of Shanxi Province, China (201801D221118), the National Natural Science Foundation of China (grant nos. 11802194 and 11602157) and the Taiyuan University of Science and Technology Scientific Research Initial Funding (TYUST SRIF. 20152027, 20162037).

Conflicts of Interest

The authors declare no conflict of interest. We confirm that the manuscript has been read and approved by all named authors and that there are no other persons who satisfied the criteria for authorship but are not listed. We further confirm that the order of authors listed in the manuscript has been approved by all of us. We confirm that we have given due consideration to the protection of intellectual property associated with this work and that there are no impediments to publication, including the timing of publication, with respect to intellectual property. In so doing we confirm that we have followed the regulations of our institutions concerning intellectual property.

References

  1. Polizzi, E.; Sameh, A.H. A parallel hybrid banded system solver: The spike algorithm. Parallel Comput. 2006, 32, 177–194. [Google Scholar] [CrossRef]
  2. Yun, J.H. Convergence of nonstationary multi-splitting methods using ILU factorizations. J. Comput. Appl. Math. 2005, 180, 245–263. [Google Scholar] [CrossRef]
  3. Zhang, B.L.; Gu, T.X. Numerical Parallel Computational Theory and Method; Defense Industry Press: Beijing, China, 1999; pp. 161–168. [Google Scholar]
  4. Wu, J.; Song, J.; Zhang, W.; Li, X. Parallel incomplete factorization pre-conditioning of block-tridiagonal linear systems with 2-D domain decomposition. Chin. J. Comput. Phys. 2009, 26, 191–199. [Google Scholar]
  5. Duan, Z.; Yang, Y.; Lv, Q.; Ma, X. Parallel strategy for solving block-tridiagonal linear systems. Comput. Eng. Appl. 2011, 47, 46–49. [Google Scholar]
  6. Fan, Y.; Lv, Q. The parallel iterative algorithms for solving the block-tridiagonal linear systems. J. Basic Sci. Text. Coll. 2010, 23, 174–179. [Google Scholar]
  7. El-Sayed, S.M. A direct method for solving circulant tridiagonal block systems of linear equations. Appl. Math. Comput. 2005, 165, 23–30. [Google Scholar] [CrossRef]
  8. Bai, Z. A class of parallel decomposition-type relaxation methods for sparse systems of linear equations. Linear Algebra Appl. 1998, 282, 1–24. [Google Scholar]
  9. Cui, X.; Lv, Q. A parallel algorithm for block-tridiagonal linear systems. Appl. Math. Comput. 2006, 173, 1107–1114. [Google Scholar] [CrossRef]
  10. Cui, X.; Lv, Q. A parallel algorithm for band linear systems. Appl. Math. Comput. 2006, 181, 40–47. [Google Scholar]
  11. Akimova, E.; Belousov, D. Parallel algorithms for solving linear systems with block-tridiagonal matrices on multi-core CPU with GPU. J. Comput. Sci. 2012, 3, 445–449. [Google Scholar] [CrossRef]
  12. Terekhov, A.V. A fast parallel algorithm for solving block-tridiagonal systems of linear equations including the domain decomposition method. Parallel Comput. 2013, 39, 245–258. [Google Scholar] [CrossRef]
  13. Ma, X.; Liu, S.; Xiao, M.; Xie, G. Parallel algorithm with parameters based on alternating direction for solving banded linear systems. Math. Probl. Eng. 2014, 2014, 752651. [Google Scholar] [CrossRef]
  14. Terekhov, A. A highly scalable parallel algorithm for solving Toeplitz tridiagonal systems of linear equations. J. Parallel Distrib. Comput. 2016, 87, 102–108. [Google Scholar] [CrossRef]
  15. Gu, B.; Sun, X.; Sheng, V.S. Structural minimax probability machine. IEEE Trans. Neural Netw. Learn. Syst. 2017, 28, 1646–1656. [Google Scholar] [CrossRef]
  16. Zhou, Z.; Yang, C.N.; Chen, B.; Sun, X.; Liu, Q.; Wu, Q.M.J. Effective and efficient image copy detection with resistance to arbitrary rotation. IEICE Trans. Inf. Syst. 2016, E99, 1531–1540. [Google Scholar] [CrossRef]
  17. Deng, W.; Zhao, H.; Liu, J.; Yan, X.; Li, Y.; Yin, L.; Ding, C. An improved CACO algorithm based on adaptive method and multi-variant strategies. Soft Comput. 2015, 19, 701–713. [Google Scholar] [CrossRef]
  18. Deng, W.; Zhao, H.; Zou, L.; Li, G.; Yang, X.; Wu, D. A novel collaborative optimization algorithm in solving complex optimization problems. Soft Comput. 2016, 21, 4387–4398. [Google Scholar] [CrossRef]
  19. Tian, Q.; Chen, S. Cross-heterogeneous-database age estimation through correlation representation learning. Neurocomputing 2017, 238, 286–295. [Google Scholar] [CrossRef]
  20. Xue, Y.; Jiang, J.; Zhao, B.; Ma, T. A self-adaptive artificial bee colony algorithm based on global best for global optimization. Soft Comput. 2018, 22, 2935–2952. [Google Scholar] [CrossRef]
  21. Yuan, C.; Xia, Z.; Sun, X. Coverless image steganography based on SIFT and BOF. J. Internet Technol. 2017, 18, 435–442. [Google Scholar]
  22. Qu, Z.; Keeney, J.; Robitzsch, S.; Zaman, F.; Wang, X. Multilevel pattern mining architecture for automatic network monitoring in heterogeneous wireless communication networks. China Commun. 2016, 13, 108–116. [Google Scholar]
  23. Chen, Z.; Ewing, R.E.; Lazarov, R.D.; Maliassov, S.; Kuznetsov, Y.A. Multilevel preconditioners for mixed methods for second order elliptic problems. Numer. Linear Algebra Appl. 1996, 3, 427–453. [Google Scholar] [CrossRef]
  24. Liu, H.; Yu, S.; Chen, Z.; Hsieh, B.; Shao, L. Sparse matrix-vector multiplication on NVIDIA GPU. Int. J. Numer. Anal. Model. Ser. B 2012, 2, 185–191. [Google Scholar]
  25. Liu, H.; Chen, Z.; Yu, S.; Hsieh, B.; Shao, L. Development of a restricted additive Schwarz preconditioner for sparse linear systems on NVIDIA GPU. Int. J. Numer. Anal. Model. Ser. B 2014, 5, 13–20. [Google Scholar]
  26. Chen, Z.; Liu, H.; Yang, B. Parallel triangular solvers on GPU. In Proceedings of the International Workshop on Data-Intensive Scientific Discovery (DISD), Shanghai, China, 2–4 June 2013. [Google Scholar]
  27. Yang, B.; Liu, H.; Chen, Z. GPU-accelerated preconditioned GMRES solver. In Proceedings of the 2nd IEEE International Conference on High Performance and Smart Computing (IEEE HPSC), Columbia University, New York, NY, USA, 8–10 April 2016. [Google Scholar]
  28. Liu, H.; Yang, B.; Chen, Z. Accelerating the GMRES solver with block ILU (K) preconditioner on GPUs in reservoir simulation. J. Geol. Geosci. 2015, 4, 1–7. [Google Scholar]
  29. Barrett, R.; Berry, M.; Chan, T.F.; Demmel, J.; Donato, J.; Dongarra, J.; Eijkhout, V.; Pozo, R.; Romine, C.; Vander, V.H. Templates for the Solution of Linear Systems: Building Blocks for Iterative Methods, 2nd ed.; SIAM: Philadelphia, PA, USA, 1994. [Google Scholar]
  30. Saad, Y. Iterative Methods for Sparse Linear Systems, 2nd ed.; SIAM: Philadelphia, PA, USA, 2003. [Google Scholar]
  31. Cai, X.C.; Sarkis, M.A. restricted additive Schwarz preconditioner for general sparse linear systems. Math. Sci. Fac. Publ. 1999, 21, 792–797. [Google Scholar] [CrossRef]
  32. Ascher, U.M.; Greif, C. Computational methods for multiphase flows in porous media. Math. Comput. 2006, 76, 2253–2255. [Google Scholar]
  33. Hu, X.; Liu, W.; Qin, G.; Xu, J.; Yan, Y.; Zhang, C. Development of a fast auxiliary subspace pre-conditioner for numerical reservoir simulators. In Proceedings of the Society of Petroleum Engineers SPE Reservoir Characterisation and Simulation Conference and Exhibition, Abu Dhabi, UAE, 9–11 October 2011. [Google Scholar]
  34. Cao, H.; Tchelepi, H.A.; Wallis, J.R.; Yardumian, H.E. Parallel scalable unstructured CPR-type linear solver for reservoir simulation. In Proceedings of the SPE Annual Technical Conference and Exhibition, Dallas, TX, USA, 9–12 October 2005. [Google Scholar]
  35. NVIDIA Corporation. CUSP: Generic Parallel Algorithms for Sparse Matrix and Graph. Available online: http://code.google.com/p/cusp-library (accessed on 25 December 2008).
  36. Chen, Z.; Zhang, Y. Development, analysis and numerical tests of a compositional reservoir simulator. Int. J. Numer. Anal. Mode. 2009, 5, 86–100. [Google Scholar]
  37. Klie, H.; Sudan, H.; Li, R.; Saad, Y. Exploiting capabilities of many core platforms in reservoir simulation. In Proceedings of the SPE RSS Reservoir Simulation Symposium, Bali, Indonesia, 21–23 February 2011. [Google Scholar]
  38. Chen, Y.; Tian, X.; Liu, H.; Chen, Z.; Yang, B.; Liao, W.; Zhang, P.; He, R.; Yang, M. Parallel ILU preconditioners in GPU computation. Soft Comput. 2018, 22, 8187–8205. [Google Scholar] [CrossRef]
  39. Varga, R.S. Matrix Iterative Analysis; Science Press: Beijing, China, 2006; pp. 91–96. [Google Scholar]
  40. Zhang, K.; Zhong, X. Numerical Algebra; Science Press: Beijing, China, 2006; pp. 70–77. [Google Scholar]
Figure 1. The speedup values for Example 1.
Figure 1. The speedup values for Example 1.
Symmetry 11 01461 g001
Figure 2. The parallel efficiency values for Example 1.
Figure 2. The parallel efficiency values for Example 1.
Symmetry 11 01461 g002
Figure 3. The speedup values for Example 2.
Figure 3. The speedup values for Example 2.
Symmetry 11 01461 g003
Figure 4. The parallel efficiency values for Example 2.
Figure 4. The parallel efficiency values for Example 2.
Symmetry 11 01461 g004
Table 1. The iterative incomplete lower and upper factorization preconditioner (ILUP) for Example 1.
Table 1. The iterative incomplete lower and upper factorization preconditioner (ILUP) for Example 1.
P148163264
T119.103632.669717.58709.62024.83712.5217
I233237238238238238
S 3.64576.772312.380624.623147.2324
E 0.91140.84650.77380.76950.7380
Δ 6.897 × 10 11 6.897 × 10 11 6.897 × 10 11 6.897 × 10 11 6.897 × 10 11 6.897 × 10 11
Table 2. The key to the block successive over relaxation method (BSOR) method for Example 1 ( ω = 2.0 ).
Table 2. The key to the block successive over relaxation method (BSOR) method for Example 1 ( ω = 2.0 ).
P148163264
T112.038347.028425.018314.01307.58333.9065
I211216216216216216
S 2.38244.47837.995314.774328.6800
E 0.59560.55980.49970.46170.4481
Table 3. Answers for the pseudo-elimination method with parameter k (PEk) for Example 1 (k = 1.6).
Table 3. Answers for the pseudo-elimination method with parameter k (PEk) for Example 1 (k = 1.6).
P148163264
T114.309844.599224.748914.22867.61593.9878
I224227227227227227
S 2.56304.61888.033815.009428.6649
E 0.64080.57730.50210.46900.4479
Table 4. The solutions to the multi-splitting algorithm (MPA) used for Example 1.
Table 4. The solutions to the multi-splitting algorithm (MPA) used for Example 1.
P148163264
T103.59746.54724.71613.7177.4723.9564
I172174174174174174
S 2.22564.19157.552513.864726.1254
E 0.55640.52390.47200.43330.4082
Table 5. Comparison speedup and parallel efficiency with the different methods used for Example 1 on 64 central processing unit (CPU) cores.
Table 5. Comparison speedup and parallel efficiency with the different methods used for Example 1 on 64 central processing unit (CPU) cores.
Compared ListILUP AlgorithmBlock Successive over Relaxation Method [10]Pseudo-Elimination Method with Parameter k [40]Multi-Splitting Algorithm [2]
Speedup47.232428.680028.664926.1254
Parallel Efficiency0.73800.44810.44790.4082
Table 6. The iterative incomplete lower and upper factorization preconditioner for Example 2.
Table 6. The iterative incomplete lower and upper factorization preconditioner for Example 2.
P148163264
T121.796034.028019.627010.21405.18302.6565
I578560560560560560
S 3.57936.205511.924423.499145.8483
E 0.89480.77570.74530.73430.7164
Δ 3.158 × 10 10 3.158 × 10 10 3.158 × 10 10 3.158 × 10 10 3.158 × 10 10 3.158 × 10 10
Table 7. The key to the BSOR method for Example 2 ( ω = 2.0 ).
Table 7. The key to the BSOR method for Example 2 ( ω = 2.0 ).
P148163264
T144.823041.983026.622014.15907.63704.3165
I779793793793793793
S 3.44965.440010.228318.963333.5510
E 0.86240.68000.63930.59260.5242
Table 8. Answers to the PEk method for Example 2 (k = 2.7).
Table 8. Answers to the PEk method for Example 2 (k = 2.7).
P148163264
T157.721048.928029.486016.07909.36405.0917
I786798798798798798
S 3.22355.34909.809116.843330.9764
E 0.80590.66860.61310.52640.4840
Table 9. The solutions to the multi-splitting algorithm for Example 2.
Table 9. The solutions to the multi-splitting algorithm for Example 2.
P148163264
T180.645957.713932.252417.746210.99676.0917
I824838838838838838
S 3.13005.601010.179416.427329.6547
E 0.78250.70010.63620.51340.4634
Table 10. Comparison of speedup and parallel efficiency values obtained using the different methods for Example 2 on 64 CPU cores.
Table 10. Comparison of speedup and parallel efficiency values obtained using the different methods for Example 2 on 64 CPU cores.
Compared ListILUP AlgorithmBlock Successive over Relaxation Method [10]Pseudo-Elimination Method with Parameter k [40]Multi-Splitting Algorithm [2]
Speedup45.848333.551030.976429.6547
Parallel Efficiency0.71640.52420.48400.4634

Share and Cite

MDPI and ACS Style

Fan, Y.-H.; Wang, L.-H.; Jia, Y.; Li, X.-G.; Yang, X.-X.; Chen, C.-C. Investigation of High-Efficiency Iterative ILU Preconditioner Algorithm for Partial-Differential Equation Systems. Symmetry 2019, 11, 1461. https://doi.org/10.3390/sym11121461

AMA Style

Fan Y-H, Wang L-H, Jia Y, Li X-G, Yang X-X, Chen C-C. Investigation of High-Efficiency Iterative ILU Preconditioner Algorithm for Partial-Differential Equation Systems. Symmetry. 2019; 11(12):1461. https://doi.org/10.3390/sym11121461

Chicago/Turabian Style

Fan, Yan-Hong, Ling-Hui Wang, You Jia, Xing-Guo Li, Xue-Xia Yang, and Chih-Cheng Chen. 2019. "Investigation of High-Efficiency Iterative ILU Preconditioner Algorithm for Partial-Differential Equation Systems" Symmetry 11, no. 12: 1461. https://doi.org/10.3390/sym11121461

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop