A simple example that performs only the analyses steps onto the given graph.
These tests doesn't require the values of the matrix.
- Copyright
- 2015-2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- Version
- 6.4.0
- Author
- Pierre Ramet
-
Gregoire Pichon
-
Mathieu Faverge
-
Theophile Terraz
-
Tony Delarue
-
Alycia Lisito
- Date
- 2024-07-05
/
#include <spm.h>
#include <limits.h>
int main (int argc, char **argv)
{
double dparm[DPARM_SIZE];
spm_driver_t driver;
char *filename = NULL;
spmatrix_t *spm, spm2;
int rc;
int scatter = 0;
BEGIN_C_DECLS typedef int pastix_int_t
Main PaStiX data structure.
Definition in file analyze.c.