|
@@ -2,7 +2,7 @@
|
|
|
*
|
|
|
* Copyright (C) 2010-2011, 2013, 2015 Université de Bordeaux
|
|
|
* Copyright (C) 2010 Mehdi Juhoor <mjuhoor@gmail.com>
|
|
|
- * Copyright (C) 2010, 2011, 2012, 2013 CNRS
|
|
|
+ * Copyright (C) 2010, 2011, 2012, 2013, 2017 CNRS
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -136,7 +136,7 @@ static void init_problem_data(void)
|
|
|
C = (float *) malloc(xdim*ydim*sizeof(float));
|
|
|
|
|
|
/* fill the A and B matrices */
|
|
|
- srand(2009);
|
|
|
+ starpu_srand48(2009);
|
|
|
for (j=0; j < ydim; j++)
|
|
|
{
|
|
|
for (i=0; i < zdim; i++)
|