Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@ EASYBUILD_PREFIX ?= /data/imallona/.local/easybuild
export EASYBUILD_PREFIX

# omnibenchmark command template
OB_CMD = ob run benchmark --local-storage --cores ${MAX_CORES}
OB_CMD = ob run benchmark --local-storage --cores ${MAX_CORES} --continue-on-error --task-timeout 1min --yes

# actual benchmark plan repository - to be pinned (the commit/tag)
CLUSTERING_REPO = https://github.com/omnibenchmark/clustering_example
CLUSTERING_BRANCH = longer_yamls
CLUSTERING_BRANCH = full_yamls
CLUSTERING_DIR = clustering_example

# legacy reports in the wrong repository; to be moved to this one
REPORTS_REPO = https://github.com/imallona/clustering_report
REPORTS_DIR = clustering_report

## seeds to explore
SEEDS := 2 54 546 744 1443
SEEDS := 2 54# 546 744 1443

## repeated runs per seed
RUNS := 1 2 3
RUNS := 1 2#3

all: clone_yamls clone_reports run_conda run_oras run_envs knit_report

Expand Down