Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
harpa-mpiuncertainty
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Radim Vavřík
harpa-mpiuncertainty
Commits
798ed884
Commit
798ed884
authored
8 years ago
by
Harpa
Browse files
Options
Downloads
Patches
Plain Diff
Modified QoS modes, modified types
parent
ae66d7a4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/config.xml
+6
-6
6 additions, 6 deletions
data/config.xml
include/MpiUncertainty_exc.h
+3
-3
3 additions, 3 deletions
include/MpiUncertainty_exc.h
with
9 additions
and
9 deletions
data/config.xml
+
6
−
6
View file @
798ed884
...
...
@@ -26,12 +26,12 @@
<params>
<mcCount>
1000
</mcCount>
<timeframe>
180
</timeframe>
<mcCount1>
8
00
</mcCount1>
<timeframe1>
6
0
</timeframe1>
<mcCount2>
6
000
</mcCount2>
<timeframe2>
1
8
0
</timeframe2>
<mcCount3>
8
000
</mcCount3>
<timeframe3>
2
60
</timeframe3>
<mcCount1>
30
00
</mcCount1>
<timeframe1>
12
0
</timeframe1>
<mcCount2>
5
000
</mcCount2>
<timeframe2>
1
2
0
</timeframe2>
<mcCount3>
5
000
</mcCount3>
<timeframe3>
60
</timeframe3>
<quantiles>
<value>
5.0
</value>
<value>
15.0
</value>
...
...
This diff is collapsed.
Click to expand it.
include/MpiUncertainty_exc.h
+
3
−
3
View file @
798ed884
...
...
@@ -28,12 +28,12 @@ using bbque::rtlib::BbqueEXC;
class
MpiUncertainty
:
public
BbqueEXC
{
int
32_t
m_threadsNumber
=
1
;
int
m_threadsNumber
=
1
;
int
m_accelerate
=
0
;
// number of MC samples and timeframe for each of 4 FWL (Flood Warning Level)
u
int
32_t
m_jobsNumber
[
4
]
=
{
1
,
1
,
1
,
1
};
int
m_jobsNumber
[
4
]
=
{
1
,
1
,
1
,
1
};
int
m_timeFrame
[
4
];
u
int
32_t
m_jobsDone
=
0
;
int
m_jobsDone
=
0
;
int
m_qosMode
=
-
1
;
std
::
unique_ptr
<
math1d_cl
::
Uncertainity
>
m_uncertainty
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment