Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
topside
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
topside
Merge requests
!107
WIP: singularity runner testing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: singularity runner testing
new_runner
into
master
Overview
0
Commits
3
Pipelines
14
Changes
2
Closed
Whitney Armstrong
requested to merge
new_runner
into
master
4 years ago
Overview
0
Commits
3
Pipelines
14
Changes
2
Expand
only using a different tag. Seems to work OK. Not 100%
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 11
afdc8254
4 years ago
version 10
43003078
4 years ago
version 9
fff653fa
4 years ago
version 8
f3210d72
4 years ago
version 7
f42d9884
4 years ago
version 6
d78e810d
4 years ago
version 5
7dc7c73b
4 years ago
version 4
2f6a9832
4 years ago
version 3
19391d9c
4 years ago
version 2
06613436
4 years ago
version 1
958ff0ff
4 years ago
master (base)
and
latest version
latest version
9c0018cc
3 commits,
4 years ago
version 11
afdc8254
2 commits,
4 years ago
version 10
43003078
1 commit,
4 years ago
version 9
fff653fa
1 commit,
4 years ago
version 8
f3210d72
27 commits,
4 years ago
version 7
f42d9884
26 commits,
4 years ago
version 6
d78e810d
25 commits,
4 years ago
version 5
7dc7c73b
24 commits,
4 years ago
version 4
2f6a9832
23 commits,
4 years ago
version 3
19391d9c
22 commits,
4 years ago
version 2
06613436
21 commits,
4 years ago
version 1
958ff0ff
10 commits,
4 years ago
2 files
+
11
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
bin/make_dawn_views
+
9
−
0
Options
@@ -5,6 +5,15 @@ export DAWN_PS_PREVIEWER="ls "
export
G4DAWNFILE_VIEWER
=
"ls -lrth "
export
G4DAWNFILE_PS_VIEWER
=
"ls "
export
LD_LIBRARY_PATH
=
/usr/local/lib:/usr/lib/x86_64-linux-gnu:
${
LD_LIBRARY_PATH
}
:/usr/lib
source
/usr/local/bin/thisdd4hep.sh
ls
-lrth
/usr/local/lib/libQt5Core
*
ls
-lrth
/usr/local/lib/libDDG4Plugins
*
echo
$LD_LIBRARY_PATH
function
print_the_help
{
echo
"USAGE:
${
0
}
[-s <skip_events>] -d <dawn_run_dir> "
echo
" OPTIONS: "
Loading