File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ metric_collectors:
24
24
software_environment : " fcps"
25
25
repository :
26
26
url : https://github.com/imallona/clustering_report
27
- commit : df50d47 # 75d799b # 1d6bdf5
27
+ commit : ccdaf84
28
28
inputs :
29
29
- metrics.scores
30
30
outputs :
@@ -165,7 +165,7 @@ stages:
165
165
software_environment : " fcps"
166
166
repository :
167
167
url : https://github.com/imallona/clustbench_fcps
168
- commit : 272fa5f
168
+ commit : 8a47a0d
169
169
parameters :
170
170
# - values: ["--method", "FCPS_AdaptiveDensityPeak"] # not in conda
171
171
- values : ["--method", "FCPS_Minimax"]
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ metric_collectors:
24
24
software_environment : " fcps"
25
25
repository :
26
26
url : https://github.com/imallona/clustering_report
27
- commit : df50d47 # 75d799b # 1d6bdf5
27
+ commit : ccdaf84
28
28
inputs :
29
29
- metrics.scores
30
30
outputs :
@@ -165,7 +165,7 @@ stages:
165
165
software_environment : " fcps"
166
166
repository :
167
167
url : https://github.com/imallona/clustbench_fcps
168
- commit : 272fa5f
168
+ commit : 8a47a0d
169
169
parameters :
170
170
# - values: ["--method", "FCPS_AdaptiveDensityPeak"] # not in conda
171
171
- values : ["--method", "FCPS_Minimax"]
Original file line number Diff line number Diff line change 1
- MAX_CORES ?= 12
1
+ MAX_CORES ?= 50
2
2
3
3
# with continue on error (-k)
4
4
OB_CMD =ob run benchmark -k --local --cores ${MAX_CORES} --yes
5
5
6
6
# prepare_apptainer_env:
7
7
# cd envs && bash build_singularity.sh
8
8
9
- run_with_apptainer_unpinned_oras :
10
- ${OB_CMD} -b Clustering_oras.yml
11
- mv out out_singularity_$(shell date +'% Y% m% d% H% M')
12
- run_with_conda :
9
+ all : run_with_default_conda run_with_unpinned_oras
10
+
11
+ run_with_default_conda :
13
12
${OB_CMD} -b Clustering_conda.yml
14
13
mv out out_conda_$(shell date +'% Y% m% d% H% M')
15
14
15
+ run_with_unpinned_oras :
16
+ ${OB_CMD} -b Clustering_oras.yml
17
+ mv out out_singularity_$(shell date +'% Y% m% d% H% M')
18
+
19
+
16
20
# # knit_marks_report:
You can’t perform that action at this time.
0 commit comments