|
@@ -1,7 +1,7 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
* Copyright (C) 2009-2014 Université de Bordeaux 1
|
|
|
- * Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
|
|
|
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014 Centre National de la Recherche Scientifique
|
|
|
* Copyright (C) 2011 Télécom-SudParis
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -542,7 +542,7 @@ static void dump_model_file(FILE *f, struct starpu_perfmodel *model)
|
|
|
max_impl = nimpl + 1;
|
|
|
}
|
|
|
else
|
|
|
- STARPU_ASSERT_MSG(0, "Unknown history-based performance model %u", archtype);
|
|
|
+ STARPU_ASSERT_MSG(0, "Unknown history-based performance model %u", model->type);
|
|
|
|
|
|
fprintf(f, "##########\n");
|
|
|
fprintf(f, "# %u worker(s) in parallel\n", nc+1);
|