Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
170d0e22
Commit
170d0e22
authored
Feb 23, 2017
by
Thanassis Tsiodras
Browse files
Never check for multicores anymore, POHI updates fixed the issues.
parent
e528840a
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
170d0e22
...
...
@@ -1338,9 +1338,11 @@ def ParseCommandLineArgs():
global
g_bRetry
g_bRetry
=
True
# set by default
bUseEmptyInitializers
=
bCoverage
=
bProfiling
=
bDebug
=
bKeepCase
=
False
enableMultiCoreCheck
=
True
if
os
.
getenv
(
"DISABLE_MULTICORE_CHECK"
)
is
not
None
:
enableMultiCoreCheck
=
False
# Maxime request: never check for multicores anymore, POHI updates fixed the issues.
enableMultiCoreCheck
=
False
# if os.getenv("DISABLE_MULTICORE_CHECK") is not None:
# enableMultiCoreCheck = False
outputDir
=
""
depl_aadlFile
=
""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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