Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Micropp
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
Packages
Packages
Container Registry
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
ggiuntol
Micropp
Commits
3f8d0975
Commit
3f8d0975
authored
Jul 17, 2019
by
Guido Giuntoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing benchmark
parent
cfb63564
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
test/benchmark-sc2019.cpp
test/benchmark-sc2019.cpp
+4
-2
No files found.
test/benchmark-sc2019.cpp
View file @
3f8d0975
...
...
@@ -74,14 +74,16 @@ int main(int argc, char **argv)
micropp_params_t
mic_params
;
mic_params
.
ngp
=
ngp_per_mpi
;
mic_params
.
size
[
0
]
=
n
;
mic_params
.
size
[
1
]
=
n
;
mic_params
.
size
[
2
]
=
n
;
mic_params
.
type
=
MIC3D_8
;
mic_params
.
geo_params
[
0
]
=
0.1
;
mic_params
.
geo_params
[
1
]
=
0.02
;
mic_params
.
geo_params
[
2
]
=
0.01
;
material_set
(
&
mic_params
.
materials
[
0
],
2
,
3.0e8
,
0.25
,
0.0
,
0.0
,
1.0e5
);
mic_params
.
subiterations
=
true
;
mic_params
.
nsubiterations
=
10
;
material_set
(
&
mic_params
.
materials
[
0
],
2
,
6.0e7
,
0.25
,
0.0
,
0.0
,
5.0e4
);
material_set
(
&
mic_params
.
materials
[
1
],
0
,
3.0e7
,
0.25
,
0.0
,
0.0
,
0.0
);
material_set
(
&
mic_params
.
materials
[
2
],
0
,
3.0e7
,
0.25
,
0.0
,
0.0
,
0.0
);
mic_params
.
mpi_rank
=
rank
;
...
...
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