|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
*
|
|
|
- * Copyright (C) 2012, 2013 Centre National de la Recherche Scientifique
|
|
|
+ * Copyright (C) 2012, 2013, 2015 Centre National de la Recherche Scientifique
|
|
|
*
|
|
|
* 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
|
|
@@ -36,8 +36,8 @@ struct starpu_codelet foo_display =
|
|
|
int main(int argc, char **argv)
|
|
|
{
|
|
|
int rank, nodes;
|
|
|
- int ret;
|
|
|
- int compare;
|
|
|
+ int ret=0;
|
|
|
+ int compare=0;
|
|
|
|
|
|
ret = starpu_init(NULL);
|
|
|
STARPU_CHECK_RETURN_VALUE(ret, "starpu_init");
|