Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Training_Test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
petros.anastasiadis
Training_Test
Commits
78b18a76
Commit
78b18a76
authored
Oct 31, 2017
by
petros.anastasiadis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Guide update
parent
67c95221
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
Outputs/OpenMP_version_speedup.png
Outputs/OpenMP_version_speedup.png
+0
-0
Outputs/plot_openmp_speedup.py
Outputs/plot_openmp_speedup.py
+4
-1
User_Guide.pdf
User_Guide.pdf
+0
-0
presentation.pdf
presentation.pdf
+0
-0
No files found.
Outputs/OpenMP_version_speedup.png
View replaced file @
67c95221
View file @
78b18a76
80.9 KB
|
W:
|
H:
81.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Outputs/plot_openmp_speedup.py
View file @
78b18a76
...
...
@@ -42,9 +42,12 @@ for i in range(0,3):
y
=
plt
.
plot
(
cores
,
cores
,
color
=
'r'
,
label
=
'Linear Speedup'
)
pl
.
set_ylabel
(
'Speedup'
)
pl
.
set_xlabel
(
'Cores'
)
pl
.
set_xlim
([
1
,
40
])
pl
.
set_ylim
([
1
,
40
])
#ax.set_xticks(ind + width / 2)
pl
.
set_xticklabels
(
cores
)
#rotation = (60))
#
pl.set_xticklabels(cores)#rotation = (60))
#autolabel(rect)
pl
.
set_title
(
"OpenMP Benchmark"
)
pl
.
legend
(
prop
=
{
'size'
:
10
},
loc
=
2
)
plt
.
savefig
(
'OpenMP_version_speedup.png'
,
bbox_inches
=
'tight'
)
...
...
User_Guide.pdf
View file @
78b18a76
No preview for this file type
presentation.pdf
View file @
78b18a76
No preview for this file type
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