Skip to content
Snippets Groups Projects
Commit 798ed884 authored by Harpa's avatar Harpa
Browse files

Modified QoS modes, modified types

parent ae66d7a4
No related branches found
No related tags found
No related merge requests found
......@@ -26,12 +26,12 @@
<params>
<mcCount>1000</mcCount>
<timeframe>180</timeframe>
<mcCount1>800</mcCount1>
<timeframe1>60</timeframe1>
<mcCount2>6000</mcCount2>
<timeframe2>180</timeframe2>
<mcCount3>8000</mcCount3>
<timeframe3>260</timeframe3>
<mcCount1>3000</mcCount1>
<timeframe1>120</timeframe1>
<mcCount2>5000</mcCount2>
<timeframe2>120</timeframe2>
<mcCount3>5000</mcCount3>
<timeframe3>60</timeframe3>
<quantiles>
<value>5.0</value>
<value>15.0</value>
......
......@@ -28,12 +28,12 @@ using bbque::rtlib::BbqueEXC;
class MpiUncertainty : public BbqueEXC {
int32_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)
uint32_t m_jobsNumber[4] = {1, 1, 1, 1};
int m_jobsNumber[4] = {1, 1, 1, 1};
int m_timeFrame[4];
uint32_t m_jobsDone = 0;
int m_jobsDone = 0;
int m_qosMode = -1;
std::unique_ptr<math1d_cl::Uncertainity> m_uncertainty;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment