SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
pddrive_ABglobal.c File Reference

Driver program for pdgssvx_ABglobal example. More...

#include <math.h>
#include "superlu_ddefs.h"
Include dependency graph for pddrive_ABglobal.c:

Functions

int main (int argc, char *argv[])
 
int cpp_defs ()
 

Detailed Description

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 1.0) --
Lawrence Berkeley National Lab, Univ. of California Berkeley.
September 1, 1999

Function Documentation

◆ cpp_defs()

int cpp_defs ( )
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)
Purpose
=======

The driver program pddrive_ABglobal.

This example illustrates how to use pdgssvx_ABglobal with the full
(default) options to solve a linear system.

Five basic steps are required:
  1. Initialize the MPI environment and the SuperLU process grid
  2. Set up the input matrix and the right-hand side
  3. Set the options argument
  4. Call pdgssvx_ABglobal
  5. Release the process grid and terminate the MPI environment

On an IBM SP, the program may be run by typing
   poe pddrive_ABglobal -r <proc rows> -c <proc columns> <input_file> -procs 
 
Here is the call graph for this function: