jwaldmann / star-exec-presenter

presentation platform for star-exec written in Haskell and based upon Yesod
2 stars 7 forks source link

results of 2016 are incomplete #179

Open jwaldmann opened 7 years ago

jwaldmann commented 7 years ago

Because of a partial data loss on starexec (a few months back), some job pairs appear to be missing from the 2016 competition. Indeed their job_info has status = Imcomplete.

While this is correct, it implies that star-exec-presenter is constantly pulling star-exec for the missing data. This slows down everything.

So I am manually marking these jobs as Complete - even with the missing pairs.

Theoretically, I could try to re-run the missing pairs, but this would only work if the solvers and postprocessors are available, and are working.