Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
sponsor-61-sims
Commits
73c9a085
Verified
Commit
73c9a085
authored
Jul 20, 2021
by
Jim Newsome
Browse files
Disable CPU pinning; may be counterproductive on shared machine
parent
84740aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
73c9a085
...
...
@@ -236,7 +236,7 @@ run-sim:
-
PARALLELISM=20
# We run into system limits on # of threads if we do the default of creating one per managed process.
-
WORKER_THREADS=200
-
tornettools simulate -s $CI_PROJECT_DIR/jobs/opt/shadow/bin/shadow -a "--use-cpu-pinning=
tru
e --interpose-method=preload -p $PARALLELISM --worker-threads=$WORKER_THREADS --template-directory=shadow.data.template" $CI_PROJECT_DIR/jobs/tornet
-
tornettools simulate -s $CI_PROJECT_DIR/jobs/opt/shadow/bin/shadow -a "--use-cpu-pinning=
fals
e --interpose-method=preload -p $PARALLELISM --worker-threads=$WORKER_THREADS --template-directory=shadow.data.template" $CI_PROJECT_DIR/jobs/tornet
# Parse simulation results.
# The raw results are too large to save as an artifact.
...
...
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