Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing eval files #66

Open
svigerske opened this issue Aug 13, 2024 · 0 comments
Open

missing eval files #66

svigerske opened this issue Aug 13, 2024 · 0 comments

Comments

@svigerske
Copy link
Member

constants.py defines a number of iPET evaluation files, to be expected in files/static:

IPET_EVALUATIONS = {
0: {"path": STATIC_FILES_DIR + "eval_singleruns_exclude.xml",
"name": "single runs - exclude fails & aborts (standard)"},
1: {"path": STATIC_FILES_DIR + "eval_singleruns_include.xml",
"name": "single runs - include fails & aborts (standard)"},
2: {"path": STATIC_FILES_DIR + "eval_singleruns_punish.xml",
"name": "single runs - punish fails & aborts (standard)"},
3: {"path": STATIC_FILES_DIR + "eval_groupgithash_exclude.xml",
"name": "group by githash - exclude fails & aborts"},
4: {"path": STATIC_FILES_DIR + "eval_groupsettings_exclude.xml",
"name": "group by settings - exclude fails & aborts"},
5: {"path": STATIC_FILES_DIR + "eval_grouplpsolver_exclude.xml",
"name": "group by LP solver - exclude fails & aborts"},
6: {"path": STATIC_FILES_DIR + "eval_groupsettings_exclude_detailed.xml",
"name": "detailed view - group settings, exclude"},
7: {"path": STATIC_FILES_DIR + "eval_groupsettings_include_detailed.xml",
"name": "detailed view - group settings, include"},
8: {"path": STATIC_FILES_DIR + "eval_groupgithash_exclude_detailed.xml",
"name": "detailed view - group githash, exclude"},
9: {"path": STATIC_FILES_DIR + "evaluation-pure.xml",
"name": "pure evaluation for sap"},
10: {"path": STATIC_FILES_DIR + "evaluation-deco.xml",
"name": "deco evaluation for sap"},
11: {"path": STATIC_FILES_DIR + "evalclusterbench_queue.xml",
"name": "clusterbenchmark queues"},
12: {"path": STATIC_FILES_DIR + "evalclusterbench_queuenode.xml",
"name": "clusterbenchmark queuenodes"},
13: {"path": STATIC_FILES_DIR + "papilo_evaluation.xml",
"name": "evaluation papilo"},
14: {"path": STATIC_FILES_DIR + "papilo_evaluation_solver_specific.xml",
"name": "evaluation papilo solver specific"},
15: {"path": STATIC_FILES_DIR + "papilo_evaluation_groupsettings.xml",
"name": "evaluation papilo group settings"},
}

Some of these are in staticfiles/static in this repository, but all of them are only found in directory static of ZIB-internal rubberband-config repo.

eval files should not be duplicated and the public repo should not list private eval files.
Preferably, only a directory with eval files is specified in constants.py (or app.cfg), and Rubberband just uses all it finds there (instead of having to give an explicit list).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant