Compare commits

..

1 Commits

Author SHA1 Message Date
ba5989c89a OMP version comparable runtime to mpi 2025-04-28 15:38:36 +02:00

View File

@ -15,7 +15,7 @@ typedef struct {
int jmaxLocal;
int rank;
int size;
double rho;
double *p, *rhs;
double eps, omega;
int itermax;