|
@@ -1,7 +1,7 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
* Copyright (C) 2010-2013,2015,2017,2020 CNRS
|
|
|
- * Copyright (C) 2009-2011,2014,2015,2017,2018 Université de Bordeaux
|
|
|
+ * Copyright (C) 2009-2011,2014,2015,2017,2018, 2020 Université de Bordeaux
|
|
|
* Copyright (C) 2012 Inria
|
|
|
* Copyright (C) 2010 Mehdi Juhoor
|
|
|
*
|
|
@@ -57,7 +57,7 @@ int main(int argc, char **argv)
|
|
|
{
|
|
|
matrix_display(bmat, rank);
|
|
|
|
|
|
- dw_cholesky_check_computation(bmat, rank, nodes, &correctness, &flops, 1e-3);
|
|
|
+ dw_cholesky_check_computation(bmat, rank, nodes, &correctness, &flops, 0.00001);
|
|
|
}
|
|
|
#endif
|
|
|
matrix_free(&bmat, rank, nodes, 0);
|