Skip to content

Commit e9e9b44

Browse files
committed
Try ob main and ob dev separately; remove ARM instructions
1 parent 74accae commit e9e9b44

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

.github/workflows/run_conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: run_on_conda
1+
name: run_ob_main_conda
22
on:
33
push:
44
workflow_dispatch:
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
yaml: Clustering_conda.yml
2121
backend: conda
22-
omnibenchmark_branch: 'dev'
22+
omnibenchmark_branch: 'main'
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: run_ob_dev_conda
2+
on:
3+
push:
4+
workflow_dispatch:
5+
# schedule:
6+
# - cron: "30 1 * * *" # at 1.30am
7+
8+
jobs:
9+
run_benchmark_main:
10+
name: Run on conda
11+
runs-on: ubuntu-latest
12+
# runs-on: self-hosted
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
17+
- name: Use action
18+
uses: omnibenchmark/run_omnibenchmark@main
19+
with:
20+
yaml: Clustering_conda.yml
21+
backend: conda
22+
omnibenchmark_branch: 'dev'

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ A clustering example for omnibenchmark
77
3. Move to the cloned repository `cd clustering_example`
88
4. Run locally, somewhat in parallel `ob run benchmark -b CLUSTERING.YAML --local-storage --cores 6`. Choose `Clustering.yml` specification based on whether running it with conda, easybuild, apptainer, etc. [More details about the available backends](https://github.com/omnibenchmark/clustering_example/blob/main/envs/README.md).
99

10+
# Disclaimer
11+
12+
This does not work in arm64.
13+
1014
# Clustbench attribution
1115

1216
by Marek Gagolewski, modified by Izaskun Mallona

envs/fcps_arm.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)