Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
3db83789
Commit
3db83789
authored
Aug 19, 2020
by
Ewelina Maria Lobodzinska
Browse files
update MG to a bug-fix version 2.7.3p3.atlas5
parent
315269cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Generators/EvgenJobTransforms/share/skel.GENtoEVGEN.py
View file @
3db83789
...
@@ -549,8 +549,8 @@ rel = os.popen("echo $AtlasVersion").read()
...
@@ -549,8 +549,8 @@ rel = os.popen("echo $AtlasVersion").read()
rel
=
rel
.
strip
()
rel
=
rel
.
strip
()
errorBL
=
checkBlackList
(
"AthGeneration"
,
rel
,
gennames
)
errorBL
=
checkBlackList
(
"AthGeneration"
,
rel
,
gennames
)
if
(
errorBL
):
if
(
errorBL
):
#
raise RuntimeError("This run is blacklisted for this generator, please use a different one !! "+ errorBL)
raise
RuntimeError
(
"This run is blacklisted for this generator, please use a different one !! "
+
errorBL
)
evgenLog
.
warning
(
"This run is blacklisted for this generator, please use a different one !! "
+
errorBL
)
#
evgenLog.warning("This run is blacklisted for this generator, please use a different one !! "+ errorBL )
##==============================================================
##==============================================================
...
...
Generators/EvgenJobTransforms/share/skel.GENtoTXT.py
View file @
3db83789
...
@@ -490,8 +490,8 @@ rel = os.popen("echo $AtlasVersion").read()
...
@@ -490,8 +490,8 @@ rel = os.popen("echo $AtlasVersion").read()
rel
=
rel
.
strip
()
rel
=
rel
.
strip
()
errorBL
=
checkBlackList
(
"AthGeneration"
,
rel
,
gennames
)
errorBL
=
checkBlackList
(
"AthGeneration"
,
rel
,
gennames
)
if
(
errorBL
):
if
(
errorBL
):
evgenLog
.
warning
(
"This run is blacklisted for this generator, please use a different one !! "
+
errorBL
)
#
evgenLog.warning("This run is blacklisted for this generator, please use a different one !! "+ errorBL )
#
raise RuntimeError("This run is blacklisted for this generator, please use a different one !! "+ errorBL)
raise
RuntimeError
(
"This run is blacklisted for this generator, please use a different one !! "
+
errorBL
)
##==============================================================
##==============================================================
## Handling of a post-include/exec args at the end of standard configuration
## Handling of a post-include/exec args at the end of standard configuration
...
...
Projects/AthGeneration/externals/MadGraph5Amc.cmake
View file @
3db83789
#
#
# File specifying the location of MadGraph to use.
# File specifying the location of MadGraph to use.
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment