|
@@ -1,6 +1,6 @@
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
*
|
|
*
|
|
- * Copyright (C) 2009, 2010, 2012-2013 Université de Bordeaux 1
|
|
|
|
|
|
+ * Copyright (C) 2009, 2010, 2012-2014 Université de Bordeaux 1
|
|
* Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
|
|
* Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
|
|
*
|
|
*
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -32,6 +32,7 @@ int main(int argc, char **argv)
|
|
static void unset_env_variables(void)
|
|
static void unset_env_variables(void)
|
|
{
|
|
{
|
|
(void) unsetenv("STARPU_NCPUS");
|
|
(void) unsetenv("STARPU_NCPUS");
|
|
|
|
+ (void) unsetenv("STARPU_NCPU");
|
|
(void) unsetenv("STARPU_NCUDA");
|
|
(void) unsetenv("STARPU_NCUDA");
|
|
(void) unsetenv("STARPU_NOPENCL");
|
|
(void) unsetenv("STARPU_NOPENCL");
|
|
(void) unsetenv("STARPU_NMIC");
|
|
(void) unsetenv("STARPU_NMIC");
|