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

Functions | |
| int | main (int argc, char *argv[]) |
| int | cpp_defs () |
Driver program for pdgssvx_ABglobal 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. September 1, 1999 April 5, 2015
| int cpp_defs | ( | ) |

| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Purpose
=======
The driver program pddrive1_ABglobal.
This example illustrates how to use pdgssvx_ABglobal to
solve systems with the same A but different right-hand side.
In this case, we factorize A only once in the first call to
pdgssvx_ABglobal, and reuse the following data structures
in the subsequent call to pdgssvx_ABglobal:
ScalePermstruct : DiagScale, R, C, perm_r, perm_c
LUstruct : Glu_persist, Llu
On an IBM SP, the program may be run by typing:
poe pddrive1_ABglobal -r <proc rows> -c <proc columns> <input_matrix> -procs 