Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PRConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb Data Packages
PRConfig
Merge requests
!416
Workaround for issue with non-relocatable environment variables in Allen
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Workaround for issue with non-relocatable environment variables in Allen
ra-hlt1-throughput-test
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Roel Aaij
requested to merge
ra-hlt1-throughput-test
into
master
10 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8e0cacc1
1 commit,
10 months ago
1 file
+
14
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
scripts/benchmark-scripts/MooreOnline_hlt1_pp_default_data.sh
+
14
−
1
Options
@@ -23,13 +23,26 @@ else
mkdir
-p
/tmp/data/Hlt1Throughput
fi
# WORKAROUND for environment variables that are not relocatable
allen_dirs
=(
$(
python -
<<
'
CODE
'
import inspect
from Allen import tck
for s in ('python', 'InstallArea'):
print(inspect.getfile(tck).split(f"/{s}/")[0])
CODE
)
)
export
ALLEN_INSTALL_DIR
=
"
${
allen_dirs
[0]
}
"
# Create the TCK
python
$ALLENROOT
/scripts/create_hlt1_tck.py
\
python
"
${
allen_dirs
[1]
}
/Rec/Allen
/scripts/create_hlt1_tck.py
"
\
RTA/2050.01.01
\
hlt1_pp_matching_no_ut_1000KHz
\
config.git
\
0x10000001 2>&1
# Sometimes the system DIM_DNS_NODE seems to be picked up
unset
DIM_DNS_NODE
# Run the test
$MOORESCRIPTSROOT
/scripts/testbench.py
\
--test-file-db-key
=
2024_mep_289232
\
Loading