Skip to content
Snippets Groups Projects
Commit 6e9db714 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

No longer need the cost value in task struct

parent b1faf662
No related branches found
No related tags found
2 merge requests!707Repart by CPU ticks with optional fixed costs,!686WIP: Repartition using CPU ticks
...@@ -156,11 +156,6 @@ struct task { ...@@ -156,11 +156,6 @@ struct task {
/*! Weight of the task */ /*! Weight of the task */
float weight; float weight;
#if defined(WITH_MPI) && (defined(HAVE_METIS) || defined(HAVE_PARMETIS))
/*! Individual cost estimate for this task. */
float cost;
#endif
/*! Number of tasks unlocked by this one */ /*! Number of tasks unlocked by this one */
short int nr_unlock_tasks; short int nr_unlock_tasks;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment