Skip to content

Commit

Permalink
update example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Mar 5, 2024
1 parent fd310eb commit c8e7ffa
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 43 deletions.
13 changes: 7 additions & 6 deletions af_benchmark/example-configs/example-config-dbs-blocks.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
executor:
backend: sequential
data-access:
mode: dbs-blocks
# xrootdserver: cms-xcache.rcac.purdue.edu:1094
# xrootdserver: cmsxrootd.hep.wisc.edu:1094
xrootdserver: eos.cms.rcac.purdue.edu:1094
# xrootdserver: cms-xcache.rcac.purdue.edu:1094
# xrootdserver: cmsxrootd.hep.wisc.edu:1094
blocks:
- /SingleMuon/Run2017C-02Apr2020-v1/NANOAOD#44236284-ff8d-4b95-b971-dcec15b5130f
executor:
backend: futures
processor:
parallelize_over: files
columns: 5
operation: sum
collections:
- Muon
operation: load_into_memory
11 changes: 6 additions & 5 deletions af_benchmark/example-configs/example-config-dbs-datasets.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
executor:
backend: futures
data-access:
mode: dbs-datasets
# xrootdserver: eos.cms.rcac.purdue.edu:1094
xrootdserver: cms-xcache.rcac.purdue.edu:1094
datasets:
- /SingleMuon/Run2016B-02Apr2020_ver2-v1/NANOAOD
- /SingleMuon/Run2016C-02Apr2020_ver2-v1/NANOAOD
executor:
backend: futures
processor:
parallelize_over: files
columns: 1
operation: nothing
collections:
- Muon
operation: load_into_memory
16 changes: 8 additions & 8 deletions af_benchmark/example-configs/example-config-dbs-files.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
executor:
backend: sequential
data-access:
mode: dbs-files
# xrootdserver: eos.cms.rcac.purdue.edu:1094
# xrootdserver: eos.cms.rcac.purdue.edu:1094
# xrootdserver: cmsxrootd.hep.wisc.edu:1094
xrootdserver: cms-xcache.rcac.purdue.edu:1094
# xrootdserver: cmsxrootd.hep.wisc.edu:1094
files:
- /store/data/Run2016B/SingleMuon/NANOAOD/02Apr2020_ver2-v1/20000/90322FC2-4027-0E47-92E4-22307EC8EAD2.root
executor:
backend: futures
processor:
parallelize_over: columns
# parallelize_over: files
columns: 5
operation: sum
parallelize_over: files
collections:
- Muon
operation: load_into_memory
10 changes: 0 additions & 10 deletions af_benchmark/example-configs/example-config-explicit-dirs.yaml

This file was deleted.

19 changes: 5 additions & 14 deletions af_benchmark/example-configs/example-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
executor:
backend: sequential
# backend: futures
# backend: dask-local
# backend: dask-gateway
data-access:
mode: explicit-files
files:
- tests/data/nano_dimuon.root
# mode: local_dirs
# directories:
# - /home/dkondra/depot/users/dkondra/af-benchmark/tests/data/
executor:
backend: sequential
processor:
parallelize_over: files
# parallelize_over: columns
columns: 5
# - event
# - Muon_pt
# - Muon_eta
operation: sum
collections:
- Muon
operation: load_into_memory

0 comments on commit c8e7ffa

Please sign in to comment.