|
SuperLU Distributed 9.0.0
gpu3d
|
Driver program for PDGSSVX example. More...

Functions | |
| int | main (int argc, char *argv[]) |
| int | cpp_defs () |
Driver program for PDGSSVX example.
Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)
All rights reserved.
The source code is distributed under BSD license, see the file License.txt at the top-level directory.
-- Distributed SuperLU routine (version 9.0) -- Lawrence Berkeley National Lab, Univ. of California Berkeley. March 15, 2003 April 5, 2015 December 31, 2016 version 5.1.3
| int cpp_defs | ( | ) |

| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Purpose
=======
The driver program PDDRIVE2.
This example illustrates how to use PDGSSVX to solve systems
repeatedly with the same sparsity pattern of matrix A.
In this case, the column permutation vector ScalePermstruct->perm_c is
computed once. The following data structures will be reused in the
subsequent call to PDGSSVX:
ScalePermstruct : perm_c
LUstruct : etree
With MPICH, program may be run by typing:
mpiexec -n <np> pddrive2 -r <proc rows> -c <proc columns> g20.rua
