Browse Source

Do not initialize model at beginning of starpu_perfmodel_load_symbol, it is initialized correctly below

Samuel Thibault 11 years ago
parent
commit
1344f0b4cf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/perfmodel/perfmodel_history.c

+ 0 - 1
src/core/perfmodel/perfmodel_history.c

@@ -1068,7 +1068,6 @@ int starpu_perfmodel_list(FILE *output)
 int starpu_perfmodel_load_symbol(const char *symbol, struct starpu_perfmodel *model)
 int starpu_perfmodel_load_symbol(const char *symbol, struct starpu_perfmodel *model)
 {
 {
 	model->symbol = strdup(symbol);
 	model->symbol = strdup(symbol);
-	starpu_perfmodel_init(model);
 
 
 	/* where is the file if it exists ? */
 	/* where is the file if it exists ? */
 	char path[256];
 	char path[256];