|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2019-2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
|
|
|
+ * Copyright (C) 2019-2021 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
|
|
|
*
|
|
|
* 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
|
|
@@ -49,7 +49,7 @@ struct starpu_max_load
|
|
|
max_file_t *file; /**< Provide the file to be loaded */
|
|
|
const char *engine_id_pattern; /**< Provide the engine(s) on which to be loaded, following
|
|
|
the Maxeler engine naming, i.e. typically
|
|
|
- "local:0", "local:1", etc.
|
|
|
+ "*:0", "*:1", etc.
|
|
|
In an array of struct starpu_max_load, only one can have
|
|
|
the "*" specification. */
|
|
|
};
|