Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Merge requests
!23
Resolve "HEPMC - Job Failed #34209"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "HEPMC - Job Failed #34209"
12-hepmc-job-failed-34209
into
master
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Resolve "HEPMC - Job Failed #34209"
Sylvester Joosten
requested to merge
12-hepmc-job-failed-34209
into
master
Jan 25, 2021
Overview
0
Commits
3
Pipelines
0
Changes
3
Closes
#12 (closed)
Edited
Jan 25, 2021
by
Sylvester Joosten
0
0
Merge request reports
Compare
master
version 1
ebcf5816
Jan 25, 2021
master (base)
and
latest version
latest version
beae4b74
3 commits,
Jan 25, 2021
version 1
ebcf5816
2 commits,
Jan 25, 2021
3 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
dvmp/dvmp.sh
+
1
−
1
View file @ beae4b74
Edit in single-file editor
Open in Web IDE
Show full file
@@ -51,7 +51,7 @@ source config/env.sh
source
dvmp/env.sh
## Get a unique file names based on the configuration options
GEN_FILE
=
${
INPUT_PATH
}
/gen-
${
CONFIG
}
_
${
DECAY
}
.hepmc
GEN_FILE
=
${
INPUT_PATH
}
/gen-
${
CONFIG
}
_
${
DECAY
}
_
${
JUGGLER_N_EVENTS
}
.hepmc
SIM_FILE
=
${
TMP_PATH
}
/sim-
${
CONFIG
}
_
${
DECAY
}
.root
SIM_LOG
=
${
TMP_PATH
}
/sim-
${
CONFIG
}
_
${
DECAY
}
.log
Loading