SuperLU_DIST
4.0
superlu_dist on CPU and GPU clusters
|
#include <stdio.h>
#include <mpi.h>
Macros | |
#define | NMAX 100 |
#define | ITS 10000 |
Functions | |
void | mysub (int n, double *x, double *y) |
int | main (int argc, char *argv[]) |
#define ITS 10000 |
#define NMAX 100 |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void mysub | ( | int | n, |
double * | x, | ||
double * | y | ||
) |